private void SaveNoteButton_Click(object sender, RoutedEventArgs e)
 {
     _navigationService.NavigateToViewModel <ShowNotesViewModel>();
 }