public List <ViewResult> GetResultByStudentId(int studentId)
 {
     return(aStudentResultGateway.GetResultByStudentId(studentId));
 }