private void Load_DSKH() { dskh = customerBUS.LayDskh(); bs.DataSource = dskh.ToList(); dtgv_ttkh.DataSource = bs; }