bool CheckSuccess()
 {
     if (gc.GetPlayerScore() == 10)
     {
         return(true);
     }
     return(false);
 }