public Director Get(long id)
 {
     return(_directorRepository.GetEager(id));
 }