public AdminPage() { InitializeComponent(); StatEmployeesDataGrid.ItemsSource = statisticsController.GetStatEmployees(); Local(); }