public List <CartItem> GetShoppingCartItems() { ShoppingCartActions actions = new ShoppingCartActions(); return(actions.GetCartItems()); }