/*
  * Activates the showSetting in the model
  */
 public void settingButton()
 {
     model.showSetting();
 }