public void ToggleAllOff()
 {
     ItemCache.ForEach(x => x.tgl.isOn = false);
 }