private void btnMaterial_Click(object sender, EventArgs e) { Form loanMaterial = new LoanMaterial(); loanMaterial.Show(); }