private void detach_RbThesaurus_ModifyPersonId(RbThesauru entity)
 {
     this.SendPropertyChanging("RbThesaurus_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbThesaurus_GroupId(RbThesauru entity)
 {
     this.SendPropertyChanging("RbThesaurus_GroupId");
     entity.RbThesauru_GroupId = null;
 }
 private void attach_RbThesaurus_CreatePersonId(RbThesauru entity)
 {
     this.SendPropertyChanging("RbThesaurus_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }