public void RemoveAt(int index) { TotalSum -= CartItems[index].Item.Price * CartItems[index].Quantity; CartItems.RemoveAt(index); }