public IActionResult Index() { List <Contact> list = repository.GetAll().ToList(); return(View(list)); }