public void UpdateCheckedProducts(Guid id) { myShoppingListService.AddQuantityToProductForCheckedItems(id); }