public IEnumerable <ventasdetalle> VentasEnIntervalo(DateTime inicio, DateTime fin)
 {
     return(repo.VentasEnIntervalo(inicio, fin));
 }