private void ButtonTambahUser_Click(object sender, EventArgs e) { FormTambahUser tambahs = new FormTambahUser(this); tambahs.ShowDialog(); }