public function get_paquete()
 {
     $pack = new paquete();
     return $pack->get($this->referenciapaq);
 }