public void RefreshData(MechLabPanel mechLab) { foreach (var element in mechLab.Elements()) { RefreshSlotElement(element, mechLab); } }