/**
  * Destroy the singleton instance
  */
 public static function destroySingleton()
 {
     self::$instance = null;
 }