public ActionResult Get(int id)
 {
     return(Ok(_directorService.Select(id)));
 }