private void btnAddCategory_Click(object sender, EventArgs e)
        {
            frmCategory categoryForm = new frmCategory();

            categoryForm.ShowDialog();
        }