public TilePresenter(TileStartPoints startPoints, TileViewFactory tileFactory)
 {
     this.startPoints = startPoints;
     this.tileFactory = tileFactory;
 }
 public CoordFinder(TileStartPoints startPoints) => this.startPoints = startPoints;