/*
  * Activates the connect in the model
  */
 public void connectButton()
 {
     model.connect();
 }