public void TabParentRemoved(nsITabParent aTab)
 {
     Debug.WriteLine("TabParentRemoved called");
 }
 public void TabParentAdded(nsITabParent aTab, bool aPrimary)
 {
     Debug.WriteLine("TabParentAdded called");
 }