private void FetchStoreInformation() { // Fetches the current store product list products = productService.FetchProducts(); coupons = couponService.FetchCoupons(); }