public IEnumerable <ViewClient> GetTopClientsByBranchId(int branchId)
 {
     return(_iReportGateway.GetTopClientsByBranchId(branchId));
 }