public static OTP_Read_and_Compare getInstance() { if (Instance == null) { Instance = new OTP_Read_and_Compare(); } return(Instance); }
public static void DeleteInstance() { Instance = null; }