private static void Closed(object sender, LuaEventArgs args)
 {
     GarrisonButler.Diagnostic("[CapacitiveFrame] Closed.");
     Instance = null;
 }
 private static void Opened(object sender, LuaEventArgs args)
 {
     GarrisonButler.Diagnostic("[CapacitiveFrame] Opened.");
     Instance = new CapacitiveDisplayFrame();
 }