private void QuanLyNhanVien_Load(object sender, EventArgs e) { DAO.OpenConnection(); LoadDataToGridView(); DAO.CloseConnection(); }