public void VisitStore() { storeInfo(); Store store = new Store(); store.DisplayItemPrice(); store.BuyItems(); }