public static function getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new TaxonMySQL();
     }
     return self::$instance;
 }