private void detach_RbHighTechCureMethods_ModifyPersonId(RbHighTechCureMethod entity)
 {
     this.SendPropertyChanging("RbHighTechCureMethods_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbHighTechCureMethods(RbHighTechCureMethod entity)
 {
     this.SendPropertyChanging("RbHighTechCureMethods");
     entity.RbHighTechCureKind = null;
 }
 private void attach_RbHighTechCureMethods_CreatePersonId(RbHighTechCureMethod entity)
 {
     this.SendPropertyChanging("RbHighTechCureMethods_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }