public bool CheckIfCourseAlreadyGraded(StudentResultSave studentResult)
 {
     return(_studentResultGateway.CheckIfCourseAlreadyGraded(studentResult));
 }