areTwoCardsSelected: function(hand, index){
      var selectedCards = hand.filter(function(card){
        return card.selected === 'selected';
      });