private string PraseLabel2RFID(Label label) { string newfile = label.GetId(); return(newfile); }
private string PraseLabel2File(Label label) { return(label.GetId()); }