function AggregateYear($_year)
 {
     $year = new StatisticYear($_year, 0, 0);
     $year->Close();
 }
 function AggregateYear($_year)
 {
     $month = new StatisticYear($_year, 0, 0);
     $month->Close();
 }