protected function __construct(Vod $vod)
 {
     parent::__construct(self::ID, $vod->get_vod_list_folder_views());
     $this->vod = $vod;
     UserInputHandlerRegistry::get_instance()->register_handler($this);
 }
 protected function __construct($id, $folder_views)
 {
     parent::__construct($id, $folder_views);
 }