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