public IEnumerable <DirectorDto> GetDirectorDirectorsByDirectorId(int id)
 {
     return(directorRepository.GetDirectorDirectorsByDirectorId(id));
 }