public bool ModificarVenta(VentaDTO venta)
 {
     return(ventaRepository.Modificar(venta));
 }