partial void DeleteShopQuickbooksInventoryLink(ShopQuickbooksInventoryLink instance);
		private void detach_ShopQuickbooksInventoryLinks(ShopQuickbooksInventoryLink entity)
		{
			this.SendPropertyChanging();
			entity.ShopInventory = null;
		}
 partial void InsertShopQuickbooksInventoryLink(ShopQuickbooksInventoryLink instance);
		private void attach_ShopQuickbooksInventoryLinks(ShopQuickbooksInventoryLink entity)
		{
			this.SendPropertyChanging();
			entity.QuickbooksInventory = this;
		}