/**
  * Reset the instance of the class
  *
  * @since 1.0
  * @access public
  * @static
  */
 public static function reset()
 {
     self::$instance = null;
 }