public bool AddMatchScore(ScoreDetails sd)
 {
     return(games.AddMatchScore(sd));
 }