private void OnClosed(object sender, EventArgs eventArgs)
 {
     _viewModel.CloseView();
 }