private void detach_RbDetachmentReasons_ModifyPersonId(RbDetachmentReason entity)
 {
     this.SendPropertyChanging("RbDetachmentReasons_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbDetachmentReasons(RbDetachmentReason entity)
 {
     this.SendPropertyChanging("RbDetachmentReasons");
     entity.RbAttachType = null;
 }
 private void attach_RbDetachmentReasons_CreatePersonId(RbDetachmentReason entity)
 {
     this.SendPropertyChanging("RbDetachmentReasons_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }