public async Task <bool> CreateCommentAttachment(CommentAttachmentViewModel commentAttachment)
 {
     return(await _attachmentService.AttachmentToComment(commentAttachment));
 }