private async void SaveEntryButton_Click(object sender, RoutedEventArgs e) { JournalEntry je = new JournalEntry(currentRichEditBox); je.Save(); }