public static TicketChargeCode GetChargeCodeById(int ChargeCodeId) { LoadProviders(); return(_provider.GetChargeCodeById(ChargeCodeId)); }