private void updateCellsCurrentlyAlive() { //update the number of currently alive cells txtNumberAlive.Text = lifeGrid.GetNumberAlive().ToString(); }