/// <summary>
 /// Initializes a new instance of the <see cref="PlaceHolderWidgetController"/> class.
 /// </summary>
 public PlaceHolderWidgetController()
 {
     pageWidgetService = ServiceLocator.Current.GetInstance<IPageWidgetService>();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PlaceHolderWidgetController"/> class.
 /// </summary>
 public PlaceHolderWidgetController()
 {
     pageWidgetService = ServiceLocator.Current.GetInstance <IPageWidgetService>();
 }