public ICartState VisitEmpty(CartStateEmpty empty)
 {
     empty.AddItem(productToAdd); return empty;
 }