public SnippetListModel(ISnippetListView TheView) { this.TheView = TheView; snippetsDataSet = new SnippetsDataSet(); }