public void ButtonLeft()
 {
     gmap.ChangeThrustDirection(Engine.ThrustDirection.Clockwise);
     RedrawState(gmap.engineThrustDirection);
 }