public IActionResult GetJogosEstudios(int id)
 {
     return(Ok(_jogosRepository.ListarUmEstudio(id)));
 }