private void OnLaunchEditBook(LaunchEditBookMessage msg) { var editBook = new EditBookWindow(); editBook.Show(); }