public MainWindow() { InitializeComponent(); this.DataContext = new MainWindowViewModel(); _filter = new GridFilter(); }