public function __construct(Table $table)
 {
     parent::__construct($table);
     $this->initialize($table);
 }