private void LoadData() { DataTable dt = BookAPI.GetBooks(Program.books); bindingSource1.DataSource = dt; }