public static void ChangeColor(InventoryDataObject_SalvageMechPart __instance, InventoryItemElement theWidget)
 {
     try
     {
         TColorExtentions.ResetTextIconColor(theWidget);
     }
     catch (Exception e)
     {
         Control.LogError(e);
     }
 }
 public static void ChangeColor(ListElementController_SalvageMechPart_NotListView __instance,
                                InventoryItemElement_NotListView theWidget)
 {
     try
     {
         TColorExtentions.ResetTextIconColor(theWidget);
     }
     catch (Exception e)
     {
         Control.LogError(e);
     }
 }