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