using System.Windows.Controls; namespace PMSWPF.Views; public partial class HomeView : UserControl { public HomeView() { InitializeComponent(); } }