public int getDealerScore()
 {
     return(Card.tallyPoints(dealerHand));
 }
 public int getScore()
 {
     return(Card.tallyPoints(Hand));
 }