protected void Page_Load(object sender, EventArgs e)
 {
     this.presentador = new ucLlantaPRE(this);
     ucCatalogoDocumentos.InicializarControl(null, null);
 }
 public ucLlantaUI()
 {
     presentador = new ucLlantaPRE(this);
 }