public void equipmentSetState(Equipment.State newState)
 {
     if (uniqueIds.Count > 0)
     {
         owner.setStateToEquipment(uniqueIds, newState);
         clearSelection();
     }
 }