public AutoServerDicovery(UITableViewControllerServerDiscovery parent)
 {
     // Setup of the service browser.
     Browser  = new NSNetServiceBrowser();
     Delegate = new ServerDelegate(parent);
     Browser.Init();
     Browser.Delegate = Delegate;
 }