public IActionResult ConfirmOrder(int?id) { var response = _order.ConfirmOrder(id.GetValueOrDefault()); return(Json(response)); }