public IActionResult Delete(int?id, LocalDTO local) { localService.DeleteLocal(local); return(RedirectToAction("GetAll", "Local")); }