public void UpdateObjects()
 {
     OnPropertyChanged(nameof(EditorScene));
     EditorScene.Render();
 }