private void textBox15_KeyPress(object sender, KeyPressEventArgs e) { if (evokWork.KeyPress_Page(sender, e, tc1.SelectedIndex)) { ((TextBox)sender).Parent.Focus(); } }