private async void OnDeleteCustomer(Customer item) { await CustomerStore.DeleteAsync(item); Customers.Remove(item); }