public IActionResult Delete(ServiceModel service) { Repository.DeleteService(service); return(RedirectToAction("ServicesIndex", "Services")); }