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