private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     MyBrowser.InvokeScript("selectOption", new String[] { "value3" });
 }