public override void AddDictionaryWords(params string[] words) { foreach (string word in words) { browser.AddWordToDictionary(word); } }