public void modifyInstructorExecuted()
 {
     InstructorViewModel instructorViewModel = new InstructorViewModel(SelectedInstructor);
     getInstructors();
 }
 public void insertInstructorExecuted()
 {
     InstructorViewModel instructorViewModel = new InstructorViewModel();
     getInstructors();
 }