private void detach_RbAccountExportFormats_ModifyPersonId(RbAccountExportFormat entity)
 {
     this.SendPropertyChanging("RbAccountExportFormats_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbAccountExportFormats_CreatePersonId(RbAccountExportFormat entity)
 {
     this.SendPropertyChanging("RbAccountExportFormats_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }