public void CheckInstructionLayer()
 {
     if (descriptionText.value == "")
     {
         uIDisplay.DisplayImmediate(false);
     }
 }