public IActionResult Delete(int id) { _service.DeleteBreakdown(id); return(RedirectToAction("Index")); }