public IActionResult ListarJogosPorPais(int id)
 {
     return(Ok(estudioRepository.ListarJogosPorPais(id)));
 }