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