public List <StudentViewModel> GetResultList(int studentId)
 {
     return(studentResultGateway.GetResultList(studentId));
 }