public void DeleteStudentRegistration(StudentRegistration studentRegistration) { SchoolRepository.DeleteStudentRegistration(studentRegistration); }