private void OnFindButtonClick(object sender, RoutedEventArgs e)
 {
     _viewModel?.RaiseFindNext();
 }