public void DeleteStudent(StudentViewModel studentViewModel) { _studentFacade.DeleteStudent(studentViewModel.Id); }