/**
  * retorna a action
  *
  * @return string
  * */
 public function getAction()
 {
     return $this->_request->getAction();
 }