public ActionResult DoworkOrder(int id) { if (OrderInfoBLL.DoworkOrder(id)) { return(Content("ok")); } return(Content("")); }