private void LoadAll()
 {
     dataGridView1.DataSource = libraryApp.CurrentBorrowHistory();
 }