public Favorites(DyanamicDBContext ctx) { this.ctx = ctx; }
public History(DyanamicDBContext ctx) { this.ctx = ctx; }
public TileRegister(DyanamicDBContext ctx) { this.ctx = ctx; Current = this; }