public async Task <JsonResult> CreateShoppingItem() { return(Json(await _shoppingService.CreateBlankEntry())); }