public void RemoveTilesFromSelection(IEnumerable <TileCoord> tileLocations) { if (_selection != null) { _selection.RemoveTiles(tileLocations); } }