private void WindowClosing(object sender, CancelEventArgs e) { Hide(); _mainWindowViewModel.Close(); }