}                        // guarantee this will be always a singleton only - can't use the constructor!

        public void Awake()
        {
            Speech           = SpeechManager.Instance;
            selectionHandler = SelectionHandler.Instance;
        }
 public void Init()
 {
     Speech = new SpeechManager();
 }