public IEnumerable <WorkOrderAttachmentTypesEntity> GetServiceAttachmentData(Guid Attachmentid, string AttachmentType)
 {
     return(repository.GetServiceAttachmentData(Attachmentid, AttachmentType));
 }