public ActionResult ManageOrder(int id) { ViewBag.customClearObj = CustomClearanceHelper.GetOneCustClearView(id); CustomClearanceDetailMainVm custClearDetMain = CustomClearanceHelper.GetCustClearDetailList(id); ViewBag.CurrencyList = ListCommonHelper.GetCurrencyList(); ViewBag.CCCostNameList = ListCommonHelper.GetCustClearCostList(); ViewBag.ccId = id; return(View(custClearDetMain)); }