public function process()
 {
     parent::process();
     if ($this->getRequest()->isMutation()) {
         $A = $this->getAdapter();
         $A->flush();
     }
 }