internal bool NextTurn()
 {
     GameStore.IncrementTurn();
     return(CurrentPlayerPos == 0);
 }