public static string GetMenuCategoryFileName(int CategoryID) { return "MenuCategory" + CategoryID + "Lang" + CMSContext.LanguageID + ".xml"; }