protected void Page_Load(object sender, EventArgs e)
        {
            EventoBLL bll = new EventoBLL();

            eventos = bll.select(Master.AssociacaoIdCookie);
        }