public IEnumerable <ViewClient> GetTopClientsByYear(int year)
 {
     return(_iReportGateway.GetTopClientsByYear(year));
 }