public List <EnrollViewModel> GetStudentNoByInfo(int registrationId) { return(enrollGateway.GetStudentNoByInfo(registrationId)); }