public IEnumerable <SanPhamModel> Getall(int pageIndex, int pageSize, out long total) { return(isp.all(pageIndex, pageSize, out total)); }