/// <summary>
 /// Initializes a new instance of the <see cref="NetworkViewElements"/> class and determines the path of the mdi client
 /// </summary>
 public NetworkViewElements()
 {
     this.repository = NetworkViewPaths.Instance;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ApplicationAreaElements"/> class and determines the path of the mdi client
 /// </summary>
 public ApplicationAreaElements()
 {
     this.repository = NetworkViewPaths.Instance;
 }