public IEnumerable<Patrocinado> ObterTimesJogador(Patrocinado jogador)
 {
     return jogador.ObterTimes();
 }