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