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