public ActionResult EditOrder(int id) { tbl_orders order = dbmodel.ChangeOrder(id); return(View(order)); }