public string GetCupOrLeagueName()
 {
     return(IsCupFixture ? Cup.ToString() : HomeTeamLeague.League.ToString());
 }