// GET: Dict public ActionResult Index() { List <Contact> contacts = phones.GetConList(); return(View(contacts)); }