private void labelLogout_Click(object sender, EventArgs e) { this.Hide(); frmL = new frmLogin(); frmL.Show(); }