public IActionResult Getll()
 {
     return(Ok(_directorService.SelectAll()));
 }