public ActionResult DeleteValue(int id) { _attributeService.DeleteAttributeValue(id); return(AbpJson("ok")); }