private void SetCart() { var cartCount = 0; cartCount = _securityAdapter.GetCartCount(); Session["cart"] = cartCount; }