/// <summary>
 /// Initializes a new instance of the <see cref="CMS.DocumentEngine.Types.AboutUsSection" /> class.
 /// </summary>
 public AboutUsSection() : base(CLASS_NAME)
 {
     mFields = new AboutUsSectionFields(this);
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="CMS.DocumentEngine.Types.AboutUsSection" /> class.
		/// </summary>
		public AboutUsSection() : base(CLASS_NAME)
		{
			mFields = new AboutUsSectionFields(this);
		}