private void bActualizar_Click(object sender, EventArgs e) { dgInventario.DataSource = _bl.MostrarInventarioEmpleado(); }