private void detach_InventoryLINQs(InventoryLINQ entity)
		{
			this.SendPropertyChanging();
			entity.Item = null;
		}
 partial void UpdateInventoryLINQ(InventoryLINQ instance);
 partial void DeleteInventoryLINQ(InventoryLINQ instance);
 partial void InsertInventoryLINQ(InventoryLINQ instance);