   private void refreshButton_Click(object sender, EventArgs e)
        {
            // Send the stop command to the Web Browser control
            webBrowser1.Refresh();
     
        }
