public List <StudentRegistration> GetStudentDetails(int id)
 {
     return(_studentRegistrationGateway.GetStudentDetails(id));
 }