//Reaktionen auf Signale
 private void EventGraphicUpdate(object sender, EventArgs e)
 {
     fps.OnMapUpdated();
     gamingForm.updateGraphic();
 }