public void LoadProducts() { _serviceAgent.GetCustomers((products, error) => CustomersLoaded(products, error)); }