public CustomerCreditCardManager(ICustomerCreditCardDal customerCreditCardDal)
 {
     _customerCreditCardDal = customerCreditCardDal;
 }