public function setVideoUrl($videoUrl)
 {
     $this->__load();
     return parent::setVideoUrl($videoUrl);
 }