private void detach_RbUserProfiles_ModifyPersonId(RbUserProfile entity)
 {
     this.SendPropertyChanging("RbUserProfiles_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbUserProfiles_CreatePersonId(RbUserProfile entity)
 {
     this.SendPropertyChanging("RbUserProfiles_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }