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