private void MostrarProvedores()
 {
     dtgCategoria.DataSource = OPLN.ListarCategorias(txtbuscar.Text);
 }