public static function getInstance()
 {
     if (!self::$stationReportMgr) {
         self::$stationReportMgr = new StationReportMgr();
         return self::$stationReportMgr;
     }
     return self::$stationReportMgr;
 }