internal void AddBookView()
 {
     bookDetails.SetFieldsEditable();
     bookDetails.ShowDialog();
 }