public OrganizationModel  GetOrgDetail(int OrgId)
 {
     return(_IOrgService.GetOrgDetail(OrgId));
 }