public IActionResult OnGetItems(long id) { var orderItems = _orderApplication.GetAllItemsForAdminBy(id); return(Partial("Items", orderItems)); }