protected override async Task OnInitializedAsync() { Customers = await CustomerViewModel.GetAllCustomers(); }