public void Pack(IBox box) { foreach (var item in shoppingCart.GetFlowers()) { box.AddFlowerToBox(item); } shoppingCart.ClearShoppingCart(); }