public IActionResult Index()
 {
     return(View(_companyRepo.DirectoryGetAll()));
 }