public void addCards(Pile p)
 {
     while (p.getSize() > 0) addCard(p.nextCard());
 }