public function render()
 {
     Application::disableLayoutRender(true);
     header("Content-type: application/json");
     return json_encode($this->_getVars());
 }