private void btnInfo_Click(object sender, EventArgs e)
 {
     conexion.MostrarArticulo(codigoCliente);
 }