public HeroController(HeroesDBContext context) { _context = context; }
public SearchController(HeroesDBContext context) { _context = context; }