public LegaueTableResults()
 {
     var cache = new SiteCache();
     this.resultTypes = cache.GetLeageResultTypes();
     this.LeagueType = this.resultTypes[0];
     this.SelectedResultTypeID = 2;
 }