public static HtmlString CreateNotSelectedLists(string selectedPath, TreeViewModel model) { return(new HtmlString(ListHelper.CreateNotSelectedLists(selectedPath, model))); }
public static HtmlString CreateFullLists(TreeViewModel model) { return(new HtmlString(ListHelper.CreateFullLists(model))); }