public IEnumerable <Course> GetCoursesTakenByaStudentById(int id)
 {
     return(studentResultGateway.GetCoursesTakeByaStudentByStudentId(id));
 }