private void btnFirst_Click(object sender, EventArgs e) { if (lblCurrentPage.Text != "1") { paginacion.firstPage(); cargarRegistros(); } }