public function __construct($adapter, $prefix)
 {
     $this->setPrefix($prefix);
     return parent::__construct($adapter);
 }