public override bool Init(string connectionString)
 {
     return(GlobalConfigProvider.InitDB(this.XmlReadData, connectionString));
 }