private void detach_RbNomenclatureAnalogs_ModifyPersonId(RbNomenclatureAnalog entity)
 {
     this.SendPropertyChanging("RbNomenclatureAnalogs_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbNomenclatureAnalogs_CreatePersonId(RbNomenclatureAnalog entity)
 {
     this.SendPropertyChanging("RbNomenclatureAnalogs_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }