public IActionResult GetEstudios()
 {
     return(Ok(_jogosRepository.ListarComEstudios()));
 }