public void addNewBrowserTab(string url, bool focusNewTab = true)
 {
     myForm.AddNewBrowserTab(url, focusNewTab);
 }