public void stop() {
   rotator.stop();
 }
 public void start() {
   rotator.start();
 }