private void SetScore(AActor actor)
    {
        int index = actor.PlayerNumber - 1;
        previousRoundScores[index] = actor.GetScore().ToString();

    }