public static void Delete(int ChargeID)
 {
     String moduleSettings = ModuleConfig.GetSettings();
     Fpp.Data.ShowCharges sc = new Fpp.Data.ShowCharges(moduleSettings);
     sc.Delete(ChargeID);
 }