public ActionResult Index() { List <base_wh_warehouse> depotlist = CommService.GetDepotList(); ViewData["depotlist"] = depotlist; return(View()); }