public void LoadProducts() { _serviceAgent.GetProducts((products, error) => ProductsLoaded(products, error)); }