public void IncrementCorrectAnswers()
 {
     if (mMatch != null)
     {
         if (mMatchData != null)
         {
             mMatchData.AddScoreParticipantID(mMatch.SelfParticipantId, 1);
         }
     }
 }