// // GET: /Links/ public ViewResult Index() { return(View(linkRepository.AllIncluding(link => link.Tags))); }