public void Clean() { if (this.IsLoaded) { CartDB db = new CartDB(); db.CleanCart(this); Refresh(); } }