public ActionResult UpdateInventory(int id) { InventoryVM human = InventoryVM.Map(humanLg.GetInventoryInfoByInventoryID(id)); return(View(human)); }