private void timer_Tick(object sender, EventArgs e)
 {
     movingCar.moveUp();
     r.Update();
 }