public async Task LoadData() { IsBusy = true; _allItems = await _shoppingService.GetListItems(_shoppingList.Id); FilterResult(); IsBusy = false; }