public function poster_add()
 {
     $return_func = 'poster';
     parent::poster_add($this->module, $this->type, $return_func);
     $this->display();
 }