/// <summary> /// Implement remove service Command /// </summary> private void ExecuteRemoveCommand(object prameter) { if (SelectedWSConnection != null) { string tmpUrl = SelectedWSConnection.Url; Setting = SettingsBLL.RemoveConnection(SelectedWSConnection); WSConnections = new ObservableCollection <WSConnection>(Setting.WSConnections); base.MessageManager.OnServiceRemoved(tmpUrl); } }