public function setNota($nota)
 {
     $this->__load();
     return parent::setNota($nota);
 }