DataTable dt_add = new DataTable();DataTable dt_copy = new DataTable();DataSet ds_add = new DataSet();dt_add = (DataTable)dataGridView1.DataSource;dt_copy = dt_add.Copy();ds_add.Tables.Add(dt_copy);ds_add.Tables.Add(dt_copy);