private void detach_RbNomenclatures(RbNomenclature entity)
 {
     this.SendPropertyChanging("RbNomenclatures");
     entity.RbNomenclatureAnalog = null;
 }
 private void detach_RbNomenclatures_ModifyPersonId(RbNomenclature entity)
 {
     this.SendPropertyChanging("RbNomenclatures_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbNomenclatures(RbNomenclature entity)
 {
     this.SendPropertyChanging("RbNomenclatures");
     entity.RbNomenclatureType = this;
 }
 private void attach_RbNomenclatures_CreatePersonId(RbNomenclature entity)
 {
     this.SendPropertyChanging("RbNomenclatures_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }