public string ReadRFIDTag(string station)
 {
     lock (obj) {
         return(opcClient.ReadDataFromOpcServer(station));
     }
 }