public static bool Update(PayChargehistoryEntity payChargehistoryEntity, DbTransaction trans = null, string zoneId = "")
        {
            var provider = new PayChargehistoryProvider(zoneId);

            return(provider.Update(payChargehistoryEntity, trans));
        }