public function History($param)
 {
     //echo "hello";
     import('SC.History.History');
     $history = new History($param);
     $result = $history->run();
     echo $result;
 }