public BagsController(EfDbContext context) { _context = context; }
public HomeController(EfDbContext context) { _context = context; }