public void RemoveTeam(Team team) { teams.Remove(team); }
public void AddTeam(Team team) { teams.Add(team); }