public void Render() { root.Html("Loading..."); ProductClient client = new ProductClient(); client.GetList(OnListLoaded); }