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