public IEnumerable <ViewClient> GetTopClients()
 {
     return(_iReportGateway.GetTopClients());
 }