public string GetAllChildList([FromUri] long OrgId) { var result = CorrespondenceSettingsService.GetAllChildList(OrgId); return(DCHelper.ModelListToJson <OrganizeModel>(result, result.Count)); }