private void OnNewBookButtonClick(object sender, RoutedEventArgs e) { CreateBookWindow bookWindow = new CreateBookWindow(); bookWindow.Show(); }