private void btnFoward_Click(object sender, EventArgs e) { if (ListActive == 1) { List1.Foward(); } else { List2.Foward(); } }