private ReportingManager(string filePath)
 {
     this.helper = new DocumentationHelper(filePath);
 }
 private TransactionalManager(string filePath)
 {
     this.helper = new DocumentationHelper(filePath);
 }
 private ReportingManager(string filePath)
 {
     this.helper = new DocumentationHelper(filePath);
 }
 private TransactionalManager(string filePath)
 {
     this._helper = new DocumentationHelper(filePath);
 }