public string GetList(int page, int rows)
 {
     var list = new CategoryService().Get();
     return list.ToJson(list.Count);
 }