public Director GetDidectorById(int id) { var result = _directorRepository.GetDidectorById(id); return(result); }