private void detach_RbTempInvalidExtraReasons_ModifyPersonId(RbTempInvalidExtraReason entity)
 {
     this.SendPropertyChanging("RbTempInvalidExtraReasons_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbTempInvalidExtraReasons_CreatePersonId(RbTempInvalidExtraReason entity)
 {
     this.SendPropertyChanging("RbTempInvalidExtraReasons_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }