public int SavePaymentInfo(string distributorID, string locale, PaymentInformation paymentInfo)
 {
     return(PaymentInfoProvider.SavePaymentInfo(distributorID, locale, paymentInfo));
 }