public string CheckLatestVersion(string sChartID)
 {
     return(ws.GetATTSPCLastestVersion(sChartID));
 }