public List <Tuple <byte[], string> > GetServiceQuoteAttachmentData(Guid item)
 {
     return(repository.GetServiceQuoteAttachmentData(item));
 }