public ButtonController()
 {
     model = new ButtonModel();
       view = new ButtonView(this);
 }