/// <summary>
 /// Initializes a new instance of the <see cref="ActionLayout"/> class.
 /// </summary>
 public ActionLayout()
 {
     groups = new LayoutGroupCollection();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ActionLayout"/> class.
 /// </summary>
 public ActionLayout()
 {
     groups = new LayoutGroupCollection();
 }