public ActionResult Ranking() { List<Videogames> games = Videogames.Getranking(); return View(games); }