public void doSomeScrap()
 {
     MessageBox.Show("in the scrapper...");
     web.DocumentReady += webcontrolEventListener;
     web.Source         = new Uri("http://www.google.com");
     web.Update();
 }