public string GetCategoryTitle(string categoryurl)
 {
     categoryurl = categoryurl.Replace(dasBlogSettings.SiteConfiguration.TitlePermalinkSpaceReplacement, "+");
     return(dataService.GetCategoryTitle(categoryurl));
 }