public async Task <IEnumerable <Course> > GetCourseByInstructor(int id)
 {
     return(await IinstructorRepository.GetCourseByInstructor(id));
 }