private void btnSearch_Click(object sender, EventArgs e) { var listHoaDon = hoaDonBus.GetByDate(dtFrom.Value, dtTo.Value); LoadSource(listHoaDon); }