private void attach_BlankActionsParties_ModifyPersonId(BlankActionsParty entity)
 {
     this.SendPropertyChanging("BlankActionsParties_ModifyPersonId");
     entity.Person_ModifyPersonId = this;
 }
 private void detach_BlankActionsParties_PersonId(BlankActionsParty entity)
 {
     this.SendPropertyChanging("BlankActionsParties_PersonId");
     entity.Person_PersonId = null;
 }
 private void detach_BlankActionsParties(BlankActionsParty entity)
 {
     this.SendPropertyChanging("BlankActionsParties");
     entity.RbBlankAction = null;
 }