public List <IShipmentDto> GetByCustomerId(long customerId) { return(_shipmentRepository.GetByCustomerId(customerId)); }