public ActionResult ShowItem(int ID) { var item = this.TermDictionarySvcClient.GetSingleItemByID(ID); return View(item); }