public function setMonth($month)
 {
     $this->__load();
     return parent::setMonth($month);
 }