private void back_btn_Click(object sender, EventArgs e) { this.Hide(); LoginUI l = new LoginUI(); l.Show(); }