public async Task <IActionResult> Delete(int id) { var orderDelete = await _appOrder.GetCheckoutAsync(id); return(View(orderDelete)); }