protected void PreparePageItems()
 {
     PaginaBase basePage = this.Page as PaginaBase;
     string appVersion = basePage.GetApplicationVersion();
     this.lblInfoBuild.Text = string.Format("build {0}", appVersion);
 }
 protected void btnLogo_Click(object sender, ImageClickEventArgs e)
 {
     PaginaBase basePage = this.Page as PaginaBase;
     basePage.IrParaPaginaInicial();
 }