public List <StudentResultViewModel> GetRegNoByStudentResultInfo(int RegistrationNo) { return(studentResultGateway.GetRegNoByStudentResultInfo(RegistrationNo)); }