private void ListadoEstadisticoForm_Load(object sender, EventArgs e)
 {
     cbxReportType.DataSource    = _reporteManager.GetReportTypes();
     cbxReportType.SelectedIndex = 0;
     dtpHasta.Value = DateTime.Now;
     dtpDesde.Value = DateTime.Now.Subtract(TimeSpan.FromDays(180));
 }