public ActionResult DisplayInventory() { return(View(InventoryVM.Map(humanLg.DisplayInventory()))); }