private void OnPlacementCanceled(object sender, EventArgs e)
 {
     _clearingSelections = true;
     TileList.ClearSelections();
     _clearingSelections = false;
 }