public function deleteNoticia($id)
 {
     $query = new Query();
     $this->query($query->deleteNoticia($id));
 }