private void Form1_Load(object sender, EventArgs e) { this.dgvHocSinh.DataSource = hocSinhBUS.LoadData().Tables[0].DefaultView; }