public List <InvoiceItemDto> GetAll() => _repository.FindAll().Select(InvoiceItemDto.FromDomain).ToList();