public void AddCountForArchive(int id, int count) { _archiveRep.AddArchiveViewCount(SiteId, id, count); }