public IEnumerable <ShipmentEntity> GetServicesByService(Guid idService) { return(_shipmentRepository.GetServicesByService(idService)); }