public async void loadCountries() { txtPais.ItemsSource = await Countries.GetCloureList(); txtPais.DisplayMemberPath = "Name"; txtPais.SelectedValuePath = "Id"; txtPais.SelectedValue = "9"; }