private string GetCategoryName() { if (CategoryName.IsNullOrEmpty()) { return(string.Empty); } return(CategoryName + "."); }