private void LoadDataNCC()
 {
     BLL.NhaCungCapBLL ncc1 = new BLL.NhaCungCapBLL();
     dgvNCC.DataSource = ncc1.Load();
 }