private void detach_RbMKBSubclassItems_ModifyPersonId(RbMKBSubclassItem entity)
 {
     this.SendPropertyChanging("RbMKBSubclassItems_ModifyPersonId");
     entity.Person_ModifyPersonId = null;
 }
 private void detach_RbMKBSubclassItems(RbMKBSubclassItem entity)
 {
     this.SendPropertyChanging("RbMKBSubclassItems");
     entity.RbMKBSubclass = null;
 }
 private void attach_RbMKBSubclassItems_CreatePersonId(RbMKBSubclassItem entity)
 {
     this.SendPropertyChanging("RbMKBSubclassItems_CreatePersonId");
     entity.Person_CreatePersonId = this;
 }