public void ChooseTheProgram(string s) { ProgramChooseBox.Click(); ProgramTextBox.Click(); ProgramTextBox.Clear(); ProgramTextBox.SendKeys(s); }