public void AltaProductoView()
        {
            AltaProductos AP = new AltaProductos(_vp);

            AP.ShowDialog();
        }
 public AltaProductosController(AltaProductos ap)
 {
     _ap = ap;
 }