public ActionResult Viewdetai(int id) { var model = _storageWareHouseDa.GetListDNImportItem(id); return(View(model)); }