public string GetTreeJsonForCategory() { BLL.Category cBll = new BLL.Category(); return(cBll.GetTreeJson()); }