public bool Unregister() { foreach (string prov in _view.SelectedProviders) { FdoFeatureService.UnregisterProvider(prov); } return(true); }