private void txtbuscar_TextChanged(object sender, EventArgs e)
 {
     DtgCategorias.DataSource = Opln.filtrarCategorias(txtbuscar.Text);
 }