// GET: Item public ActionResult Index() { ItemComponent itemComponent = new ItemComponent(); return(View(itemComponent.Read())); }