private void button3_Click(object sender, EventArgs e)//mail buton { Mail mail = new Mail(); this.Hide(); mail.Show(); }