private void Next_Click(object sender, EventArgs e) { tabControl1.SelectedIndex = 1; ClassOne.Focus(); }