public static function load($path = null)
 {
     self::$_path = $path ? $path : DATA_PATH . 'refer/';
     self::$_market = self::$_path . 'Market-Refer.txt';
     self::$_section = self::$_path . 'Section-Refer.txt';
     self::$_stock = self::$_path . 'Stock-Refer.txt';
 }