public string FindText(string name)
 {
     return(_config.FindText(name));
 }