private void detach_ClientIdentifications(ClientIdentification entity)
 {
     this.SendPropertyChanging("ClientIdentifications");
     entity.RbAccountingSystem = null;
 }
 private void detach_ClientIdentifications(ClientIdentification entity)
 {
     this.SendPropertyChanging("ClientIdentifications");
     entity.Client = null;
 }