public IActionResult DeleteConfirmed(Guid id) { _monitorService.DeleteById(id); _monitorService.Save(); return(RedirectToAction(nameof(Index))); }