public IArchive GetArchiveById(int archiveId) { return(_archiveRep.GetArchiveById(SiteId, archiveId)); }