private void btnNorthAmerica_Click(object sender, EventArgs e) { rtDisplay.Clear(); canvas.Clear(SystemColors.Control); Continent northA = new NorthAmerica(rtDisplay, randomGen, ANIMALTYPES, canvas); northA.RunSimulation(); }