private void detach_RbAttachTypes_ModifyPersonId(RbAttachType entity)
 {
     this.SendPropertyChanging("RbAttachTypes_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbAttachTypes(RbAttachType entity)
 {
     this.SendPropertyChanging("RbAttachTypes");
     entity.RbFinance = null;
 }
 private void attach_RbAttachTypes_CreatePersonId(RbAttachType entity)
 {
     this.SendPropertyChanging("RbAttachTypes_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }