public static TicketChargeCodeCollection GetAllChargeCodeByActive(bool IsActive)
 {
     LoadProviders(); return(_provider.GetAllChargeCodeByActive(IsActive));
 }