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