private void hr_btn_Click(object sender, EventArgs e)
        {
            humanResources hr = new humanResources();

            hr.Show();
            this.Hide();
        }
        private void button1_Click(object sender, EventArgs e)
        {
            humanResources hr = new humanResources();

            hr.Show();
        }