public void GetStudents()
 {
     StudentsDataGrid.ItemsSource = EntityDb.LoadStudents();
 }