public function postPersist($object)
 {
     parent::postPersist($object);
     $this->processVideo($object);
 }