public bool HasAttachmentOfType(int caseID, AttachmentTypes attachmentType) { return(DocumentsRepository.HasAttachmentOfType(caseID, attachmentType)); }