public IActionResult InstallModels()
 {
     _installService.InstallModels();
     return(RedirectToAction("Index"));
 }