*
* Document the run method
*
*/
public void run() {
GameArchive ga = GameArchive.getInstance();
ga.newGame();
_game = ga.getCurrentGame();
int startRound = 1;
int endRound = (int)(1.0*cardFinder.getCardsInDeck() /_playerCollection.size());
int dealer = -1;
int lead = 0;
int inc = 1;