// GET: Item
 public ActionResult ItemDetail(int id)
 {
     return(View(_itemData.Details(id)));
 }