public IndexModel(WebAppWithAppInsights.Data.BooksContext context)
 {
     _context = context;
 }
 public DeleteModel(WebAppWithAppInsights.Data.BooksContext context)
 {
     _context = context;
 }