public IEnumerable <LoaiSanPham> LayTatCaPhanTrang(int page, int pageSize, out int totalRow)
 {
     return(_loaiSanPhamRepository.GetMultiPaging(null, out totalRow, page, pageSize));
 }