public IEnumerable <Instructor> EagerGetAll()
 {
     return(_repository.EagerGetAll());
 }