public async Task <ActionResult> Approve(int orderId) { var order = await adminApi.ApproveOrderAsync(orderId); return(View("OrderDetails", order)); }