public function getAllNoticias()
 {
     $query = new Query();
     return $this->query($query->getAllNoticias());
 }