public bool SharesYearWith(PersistedCityStatistics statistics)
 {
     return(GetYearAndMonth().CurrentYear == statistics.GetYearAndMonth().CurrentYear);
 }