public Dictionary <string, int> ReadMostFrequentTagsAllTime()
 {
     return(repository.GetMostFrequentTagsAllTime());
 }