public List <StudentCourseGradeViewModel> GetResultById(int registrationId) { return(aStudentResultGateway.GetResultByIdGateway(registrationId)); }