public void ToggleProfileSelection(Toggle toggle)
 {
     SetPofilesSelectableInFTUEAndRTUE(toggle.isOn);
     ContainerAPI.SaveProfileSelectionEnabled(toggle.isOn);
 }