public List <ReporteTopPlatillos> ListarPlatillosXFechas(DateTime fecha1, DateTime fecha2)
 {
     return(Datos.ListarPlatillosXFechas(fecha1, fecha2));
 }