public function getBlog($length = NULL)
 {
     $this->__load();
     return parent::getBlog($length);
 }