public HJsonResult AddSave(SoftProjectAreaEntityDomain domain)
 {
     if (domain.Item.ParentM_MarketingCategoryID == null)
         domain.Item.ParentM_MarketingCategoryID = 0;
     ModularOrFunCode = "MarketingAreas.M_MarketingCategory.Add";
     domain.Design_ModularOrFun = Design_ModularOrFun;
     var resp = domain.AddSave();
     domain.M_MarketingCategory_AddCache();
     return new HJsonResult(new { Data = resp });
 }