public BAAttachment GetBAAttachment(int attachmentId)
 {
     return(_controller.GetBAAttachment(attachmentId));
 }