public IActionResult ListarComJogos()
 {
     return(Ok(estudioRepository.ListarComJogos()));
 }