/// <summary>
 /// Create a new LeadPost object.
 /// </summary>
 /// <param name="postID">Initial value of the PostID property.</param>
 public static LeadPost CreateLeadPost(global::System.Int32 postID)
 {
     LeadPost leadPost = new LeadPost();
     leadPost.PostID = postID;
     return leadPost;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the LeadPosts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLeadPosts(LeadPost leadPost)
 {
     base.AddObject("LeadPosts", leadPost);
 }