public DeleteModel(ReadingListManager.Data.ReadingListManagerContext context)
 {
     _context = context;
 }
 public IndexModel(ReadingListManager.Data.ReadingListManagerContext context)
 {
     _context = context;
 }