public FilesViewerWindow(FilesViewerViewModel viewModel) : this() { this.DataContext = this.ViewModel = viewModel; }