public static SqlDataReader CategoryBookList(int count, int page) { return(CategoryDAL.CategoryBookList(count, page)); }