public List <ViewStudentModel> GetEnrolledCourses(int studentId)
 {
     return(aStudentResultGateway.GetEnrolledCourses(studentId));
 }