public List <CATEGORY> GetCategoryTopList(int length) { return(_categoryDAO.GetCategoryTopList(length)); }