private void btnBuscarCliente_Click(object sender, EventArgs e)
        {
            AgregarClienteView vista = new AgregarClienteView();

            vista.unirControlador(controlador);
            vista.ShowDialog();
            ActualizarVista();
        }
        private void btnBuscarCliente_Click(object sender, EventArgs e)
        {
            AgregarClienteView vista = new AgregarClienteView();

            vista.unirControlador(controlador);
            vista.ShowDialog();
            unirControlador(controlador);
            ((EditarPedidoControlador)controlador).mostrarPedido();
        }