public function undo()
 {
     $this->tv->on();
 }
 public function execute()
 {
     $this->tv->on();
     $this->tv->setInputChannel();
 }