public IEnumerable <Director> GetAll()
 {
     return(_directorRepository.GetAllEager());
 }