public function countNews()
 {
     return parent::resultCountQuery('SELECT COUNT(*) FROM ' . $this->prefix . 'news WHERE approvato=\'1\'');
 }