public static function getInstance()
 {
     if (!isset(self::$bd)) {
         self::$bd = new BaseDatos();
     }
     return self::$bd;
 }