public BarController( frmSlotmachine initSlot )
 {
     slot = initSlot;
     view = new BarView(this);
 }
 public BarController(frmSlotmachine initSlot)
 {
     slot = initSlot;
     view = new BarView(this);
 }