public async Task <IActionResult> ClearAll()
        {
            await _shoppingService.ClearAllShoppingItems();

            return(RedirectToAction(nameof(Index)));
        }