private async Task LoadCustomersAsync() { lstvCustomer.ItemsSource = await SqliteContext.GetCustomers(); }