/// <summary>
 /// Initializes a new instance of the <see cref="RegisterMyNeededTypes"/> class.
 /// </summary>
 /// <param name="wtShell">
 /// The wt shell.
 /// </param>
 public RegisterMyNeededTypes(Interfaces.IWrapTrackWebShell wtShell)
 {
     stfContainer = wtShell.StfContainer;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RegisterMyNeededTypes"/> class.
 /// </summary>
 /// <param name="wtShell">
 /// The wt shell.
 /// </param>
 public RegisterMyNeededTypes(Interfaces.IBookTidOnlineWebShell wtShell)
 {
     stfContainer = wtShell.StfContainer;
 }