public void Delete(int directorId)
 {
     _directorRepository.Remove(directorId);
 }