public bool DeleteCompliance(int CompID) { OrganizationHelper helper = new OrganizationHelper(); return(helper.DeleteComplianceTypes(CompID)); }