public static void AttachTileToCell(Tile tile, Cell cell) { tile.Cell = cell; cell.AttachTile(tile); }