/// <summary>
 /// Deprecated Method for adding a new object to the content_paragraph EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocontent_paragraph(content_paragraph content_paragraph)
 {
     base.AddObject("content_paragraph", content_paragraph);
 }
 /// <summary>
 /// Create a new content_paragraph object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="text">Initial value of the text property.</param>
 public static content_paragraph Createcontent_paragraph(global::System.Int32 id, global::System.String text)
 {
     content_paragraph content_paragraph = new content_paragraph();
     content_paragraph.id = id;
     content_paragraph.text = text;
     return content_paragraph;
 }