public void AddTeams(List <Team> teamList) { _teams = teamList; if (!_tournament.IsStarted) { foreach (Team t in teamList) { Winner.Enqueue(t); } } }