private void dateTimePicker1_ValueChanged(object sender, EventArgs e) { tblPagos.DataSource = pagoService.ConsultarFecha(dateTimeFecha.Value.Date); }