public IEnumerable<Patrocinado> ObterJogadoresTime(Patrocinado time)
 {
     return time.ObterJogadores();
 }