public HuntController(ILogger <HuntController> logger, HuntDbContext context) { _context = context; _logger = logger; }