public List <EnrollCourse> GetCourseByStudentId(int studentId)
 {
     return(studentResultGateway.GetCourseByStudentId(studentId));
 }