public void removeTeamSelectionControllerListener(TeamSelectionController teamSelectionController)
 {
     teamSelectionControllers.Remove(teamSelectionController);
 }
 public void addTeamSelectionControllerListener(TeamSelectionController teamSelectionController)
 {
     teamSelectionControllers.Add(teamSelectionController);
 }