public function executeListNuovoIndice()
 {
     $this->ramo = $this->getRequestParameter('ramo');
     $this->parlamentari_rs = OppPoliticianHistoryCachePeer::getClassificaParlamentariNuovoRS($this->ramo);
 }