private void InitVal() { gridControl1.DataSource = HeThong_DAL.getAll(); gridThaoTac = new GridHelper <HeThong_View>(gridControl1); count_row = 0; }