public GlobalInformation()
 {
     _bsCommon = new BusinessLogic.Common.Common();
 }
 public GlobalInformation(string logUrl)
 {
     this.logUrl = logUrl;
     _bsCommon   = new BusinessLogic.Common.Common(logUrl);
 }