public List <ItemViewModel> GetItems()
 {
     return(_shoppingCartManager.GetAllItems());
 }