public PredictionFullInfoReadDto(MatchInfoReadDto matchInfo, PredictionMinimalInfoReadDto predictionInfo)
 {
     Matchinfo      = matchInfo;
     PredictionInfo = predictionInfo;
 }
 public PredictionFullInfoReadDto(MatchInfoReadDto matchInfo)
 {
     Matchinfo = matchInfo;
 }