protected BaseRepository(NumbersDbContext context) => _context = context;
public BatchRepository(NumbersDbContext context) : base(context) { }