public override void Apply()
 {
     base.Apply();
     ApplyScene();
     Scene.Update();
 }