public void Form1_Load(object sender, EventArgs e)
 {
     formEntry.Show();
     this.Hide();
 }