private void VerDiferencia(object sender, RoutedEventArgs e)
        {
            vparent.Children.Clear();
            VisorDiff visor = new VisorDiff(commitActual);

            vparent.Children.Add(visor);
            visor.Height = vparent.Height;
        }
        private void VerDiferencia(object sender, RoutedEventArgs e)
        {
            vparent.Children.Clear();
            VisorDiff visor = new VisorDiff(commitActual);

            vparent.Children.Add(visor);
            visor.Height = vparent.Height;
        }