public ShoppingCartController(IMusicRepo repo, IShoppingCart cart) { _repo = repo; _cart = cart; _cartid = MvcApplication.GetCartId(); }