private void btnLogOut_Click(object sender, EventArgs e) { LoginForm login = new LoginForm(); login.Show(); }