public List <CreditCard> GetAllCards()
 {
     return(_creditCardRepository.CreditCards().ToList());
 }