void IAttachmentRepository.Modify(Consensus.Common.AttachmentRecord record)
 {
     this.Modify(record);
 }
 void IAttachmentRepository.Create(Consensus.Common.AttachmentRecord record)
 {
     this.Create(record);
 }