public void Enter_Text(DisplaySession InSess, string InText)
            {
                // tab to first entry field -  file name.
                InSess.TabRightToColumn(9);

                InSess.SendKeys(InText + Ehllapier.Key.Enter);
            }