public function process()
 {
     parent::process();
     // If something has been changed in the original table persist modifications:
     $this->adapter->save();
 }