public function getVotoRibelli($data = null)
 {
     if (is_null($data)) {
         $data = $this > getOppSeduta()->getData('Y-m-d');
     }
     return OppVotazioneHasCaricaPeer::getVotoRibelli($this->getId(), $data);
 }