public void ZoomResetBrowser()
 {
     Properties.Settings.Default.MaxiZoomLevel = 0;
     GPMBrowser.SetZoomLevel(0);
 }