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