function process()
 {
     parent::process();
     $this->action();
     parent::sendResponse();
 }