public void Clear() { DiscountPercent = 0; DiscountAmount = 0; ShoppingCartItems.Clear(); ShoppingCartCoupons.Clear(); }