private void DoSoHuYun(string sohuyun)
 {
     if (!string.IsNullOrWhiteSpace(sohuyun))
     {
         CacheService service = new CacheService();
         service.ClearSoHuYun(sohuyun);
     }
 }