public ActionResult DeleteConfirmed(Guid id) { _serviceModel.Remove(id); return(RedirectToAction("Index")); }