public JsonResult Get(int ID) { var orders = Call_Func.GetOrderByID(ID); return(Json(new { orders = orders }, JsonRequestBehavior.AllowGet)); }