partial void DeleteEmployerEntity(EmployerEntity instance);
partial void InsertEmployerEntity(EmployerEntity instance);
partial void UpdateEmployerEntity(EmployerEntity instance);
private void detach_EmployerEntities(EmployerEntity entity) { this.SendPropertyChanging(); entity.ServicePartnerEntity = null; }