public function execute()
 {
     $this->stereo->off();
 }
 public function undo()
 {
     $this->stereo->on();
 }
 public function execute()
 {
     $this->stereo->on();
     $this->stereo->setCD();
     $this->stereo->setVolume(11);
 }