private void btnBranch_Click(object sender, EventArgs e) { BranchFormcs branchForm = new BranchFormcs(); branchForm.Show(); }