public ActionResult IndustryTypeMapwithCompliance(ComplianceIndustryViewModel model)
 {
     OrgService.OrganizationServiceClient organizationService = new OrgService.OrganizationServiceClient();
     int id = organizationService.insertComplianceTypesMappedWithIndustryType(model.ComplianceType, model.IndustryType);
     return View("");
 }