public function __construct($id = null)
 {
     $this->_tableName = Cart66Common::getTableName('products');
     parent::__construct($id);
 }