public static void Save(ControlledUpdateThingList controlledUpdateThingList)
 {
     _instance.Save(controlledUpdateThingList);
 }
 public static void Populate(ControlledUpdateThingList controlledUpdateThingList, Flags toPopulate)
 {
     _instance.Populate(controlledUpdateThingList, toPopulate);
 }
 public static void Save(Flags toSave, ControlledUpdateThingList controlledUpdateThingList)
 {
     _instance.Save(toSave, controlledUpdateThingList);
 }
 public static void Refresh(ControlledUpdateThingList controlledUpdateThingList, Flags toPopulate)
 {
     _instance.Refresh(controlledUpdateThingList, toPopulate);
 }