int countFrom;
int count;
Timer currentTimer;
public ChampionSelectController(TeamListModel team1, TeamListModel team2) {
this.view = new ChampionSelectView();
this.view.team1List.setModel(team1);
this.view.team2List.setModel(team2);
this.view.lockInButton.addActionListener(this);
this.view.championsPanel.addChampionMouseListener(this);
this.view.addActionListeners(this);