public void SetOverride(bool overrideHTP) { foreach (Photon photon in _photons) { DMXController.SetOverride(photon.Channel, overrideHTP); } }