/// <summary>
 /// Deprecated Method for adding a new object to the Sections EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSections(Section section)
 {
     base.AddObject("Sections", section);
 }
 /// <summary>
 /// Create a new Section object.
 /// </summary>
 /// <param name="sectionID">Initial value of the SectionID property.</param>
 public static Section CreateSection(global::System.Int16 sectionID)
 {
     Section section = new Section();
     section.SectionID = sectionID;
     return section;
 }