private void bgwRandomizeMap_DoWork(object sender, DoWorkEventArgs e) { TileHandler.RandomizeMap((BackgroundWorker)sender, _FillEmptyTiles); }