public function getTasaCambio($moneda)
 {
     $d = new Divisa();
     return $d->Get_Divisa("USD");
 }