private void LogoutButton_Click(object sender, EventArgs e) { LoginScherm loginform = new LoginScherm(); loginform.Show(); this.Close(); }