private void detach_RbHighTechCureKinds_ModifyPersonId(RbHighTechCureKind entity)
 {
     this.SendPropertyChanging("RbHighTechCureKinds_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void attach_RbHighTechCureKinds_CreatePersonId(RbHighTechCureKind entity)
 {
     this.SendPropertyChanging("RbHighTechCureKinds_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }