// GET: Home public ActionResult Index() { var retorno = GitHubService.GetAll(); return(View(retorno.items)); }