private void btn_search_Click(object sender, EventArgs e) { var form = new SearchContacts(); this.Hide(); form.ShowDialog(); this.Show(); this.Focus(); }