public void LoadQuangCao(Connection conn) { this.listQuangCao = new List <QuangCaoDTO>(); this.listQuangCao = QuangCaoDAO.getAllItem(conn); }