}
public OthelloController(){
super();
this.set_display(Display.getDisplay(this)) ;
this.set_gridOthello(new GridOthello(8));
this.set_choiceGameView(new ChoiceGameView(_display, this));
this.set_loginView(new LoginView(_display, this));
this.set_listWaitingPlayerView(new ListWaitingPlayerView(_display, this));
this.set_gridView(new GridView(_display, this));