public function actionTerminosCondiciones()
 {
     $terminos = ApiHelper::obtenerTerminosCondiciones();
     $this->_sendResponse(200, CJSON::encode($terminos));
 }