protected function __construct($link, $tablepre)
 {
     $this->wrapper = DAOWrapper::getWrapper($link);
     $this->tablepre = $tablepre;
 }