public BoardGameRepository(SystemContext context) { this.context = context; }
public UnitOfWork() { this.context = new SystemContext(); }