public ActionResult Index(string plat = null)
 {
     if (plat != null)
     {
         return(View(ClassJogos.SelecionarGamePelaPlat(plat)));
     }
     return(View(ClassJogos.SelecionarTodosGame()));
 }