public Dictionary <string, int> ReadMostFrequentTagsThisMonth()
 {
     return(repository.GetMostFrequentTagsThisMonth());
 }