public ActionResult DeleteElementType(Guid id) { bool result = ElementTypes.DeleteElementTypeByElementTypeId(id); return(RedirectToLocal("")); }