public SearchSourceSettingWindow(IList <SearchSource> sources, PluginInitContext context, SearchSource old)
 {
     _oldSearchSource = old;
     _viewModel       = new SearchSourceViewModel {
         SearchSource = old.DeepCopy()
     };
     Initilize(sources, context, Action.Edit);
 }