public ActionResult SupplyArchyList() { var supplyItem = SupplyService.GetSupplys(); var model = Mapper.Map <List <SupplyModel> >(supplyItem); return(View(model)); }