public IActionResult OnPostLoad()
 {
     BookLoader.LoadBooks(_context);
     return(RedirectToPage());
 }