public static WatiN_IE clear_DialogHandlers(this WatiN_IE watinIe)
 {
     watinIe.getDialogWatcher().clear();
     return(watinIe);
 }