private void btnNext_Click(object sender, EventArgs e)
 {
     tmpDataTable.Skip(10).Take(10); ....