private void CarregarPessoas() { ContatoDAL cDAL = new ContatoDAL(); gvMensagens.DataSource = cDAL.ListarMensagens(); gvMensagens.DataBind(); }