public List<Product> findListProduct(String id, boolean isSearch,
List<String[]> conditions, int soLuongProductTrenTrang, int trang,
MyInteger soTrang) {
logger.debug("findListProduct start");
List<Product> Products = null;
PriceDAO priceDAO = new PriceDAOImpl();
List<Price> listPrice = priceDAO.getListPrice();
Session session = HibernateUtil.getSessionFactory().openSession();
try {
String hql = "FROM Product sp ";