public BooksController(ThunderWebContext context) { _context = context; }
public PeopleController(ThunderWebContext context) { _context = context; }