public IActionResult PlaceOrder(OrderPlaceModel model) { var response = _order.OrderPlace(model, User.Identity.Name); return(Json(response)); }