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