private void GripClicked(object sender, ClickedEventArgs e)
 {
     lightingController.ToggleLighting();
 }