private void detach_RbNomenclatureKinds_ModifyPersonId(RbNomenclatureKind entity)
 {
     this.SendPropertyChanging("RbNomenclatureKinds_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbNomenclatureKinds(RbNomenclatureKind entity)
 {
     this.SendPropertyChanging("RbNomenclatureKinds");
     entity.RbNomenclatureClass = null;
 }
 private void attach_RbNomenclatureKinds_CreatePersonId(RbNomenclatureKind entity)
 {
     this.SendPropertyChanging("RbNomenclatureKinds_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }