public async Task <IActionResult> GetAllItems() { var items = await _itemService.GetAll(); return(Json(items)); }