public void Scan(string item) { Checkout.ScanItem(item); }
public int GetTotalPrice() { return(Checkout.GetTotal()); }