void timer_Tick(object sender, EventArgs e)
 {
     balloonsDoc.BlowBalloons();
     balloonsDoc.CheckForExplosions();
     Invalidate(true);
 }