private void BranchesActive_Click(object sender, EventArgs e)
        {
            BranchActive inpt = new BranchActive();
            MDI mdifrm = new MDI();
            inpt.MdiParent = this;

            inpt.Show();
        }
        private void BranchesActive_Click(object sender, EventArgs e)
        {
            BranchActive inpt   = new BranchActive();
            MDI          mdifrm = new MDI();

            inpt.MdiParent = this;

            inpt.Show();
        }