public function beforeRender()
 {
     $this->items = Article::GetRecentArticles($this->getCount());
 }