public static TTSHelper GetInstance()
 {
     if (Instance == null)
     {
         Instance = new TTSHelper();
     }
     return Instance;
 }
 public static TTSHelper GetInstance()
 {
     if (Instance == null)
     {
         Instance = new TTSHelper();
     }
     return(Instance);
 }