private void ShowDescription()
 {
     ReloadDescription();
     theTextBox.ReloadScript(theText);
     Debug.Log("calling Enable Box");
     theTextBox.EnableTextbox();
 }