public ActionResult Ranking() { List <Videogames> ranking = Videogames.Ranking(); return(View("~/Views/Home/Ranking.cshtml", ranking)); }