private void detach_RbHurtFactorTypes_ModifyPersonId(RbHurtFactorType entity)
 {
     this.SendPropertyChanging("RbHurtFactorTypes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbHurtFactorTypes_CreatePersonId(RbHurtFactorType entity)
 {
     this.SendPropertyChanging("RbHurtFactorTypes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }