public ActionResult Delete(Guid id) { _structureService.Delete(id); return(RedirectToAction("Index")); }