public HJsonResult GetPageByModularOrFunParentID(SoftProjectAreaEntityDomain domain)
 {
     var resp = domain.GetPageByModularOrFunParentID();
     return new HJsonResult(new { Data = resp.Items });
 }