public bool EliminarVenta(VentaDTO venta)
 {
     return(ventaRepository.Eliminar(venta));
 }