/// <summary>
 /// Initializes a new instance of the <see cref="XmlElementRepository" /> class.
 /// </summary>
 /// <param name="path">The path.</param>
 public XmlElementRepository(string path)
 {
     _path = path;
     _resx = new ResXResource(path);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="XmlElementRepository" /> class.
 /// </summary>
 /// <param name="path">The path.</param>
 public XmlElementRepository(string path)
 {
     _path = path;
     _resx = new ResXResource(path);
 }