private void detach_RbAccountingSystems_ModifyPersonId(RbAccountingSystem entity)
 {
     this.SendPropertyChanging("RbAccountingSystems_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbAccountingSystems_CreatePersonId(RbAccountingSystem entity)
 {
     this.SendPropertyChanging("RbAccountingSystems_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }