public List <StudentResultInfo> GetStudentResultListByRegNum(string regNum) { return(studentResultGateway.GetStudentResultListByRegNum(regNum)); }