public static void SetCardInactive(CustomerPaymentMethodMassProcess aGraph, CustomerPaymentMethod aCard)
 {
     aGraph.SetActive(aCard, false);
 }
 public static void MailExpiringNotification(CustomerPaymentMethodMassProcess aGraph, CustomerPaymentMethod aCard)
 {
     aGraph.MailExpirationNotification(aCard);
 }