public void ShowProducts() { var products = productRepository.GetProducts(view.GetSourceIndicator()); view.ShowProducts(products); }