private void detach_ItemExtraIps(ItemExtraIp entity)
 {
     this.SendPropertyChanging();
     entity.Item = null;
 }
 private void attach_ItemExtraIps(ItemExtraIp entity)
 {
     this.SendPropertyChanging();
     entity.Item = this;
 }