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