private void detach_RbEventGoals_ModifyPersonId(RbEventGoal entity)
 {
     this.SendPropertyChanging("RbEventGoals_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbEventGoals_CreatePersonId(RbEventGoal entity)
 {
     this.SendPropertyChanging("RbEventGoals_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }