public IActionResult Get(int id) { return(Ok(Mapper.Map <InvoiceItemDto>(repository.GetSingle(id)))); }