private void buttonAgregar_Click(object sender, EventArgs e)
 {
     FrmAgregarNuevaCategoria nuevoCategoria = new FrmAgregarNuevaCategoria(this);
     nuevoCategoria.ShowDialog();
 }
        private void buttonAgregar_Click(object sender, EventArgs e)
        {
            FrmAgregarNuevaCategoria nuevoCategoria = new FrmAgregarNuevaCategoria(this);

            nuevoCategoria.ShowDialog();
        }