/// <summary>
 /// Deprecated Method for adding a new object to the PostCodes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPostCodes(PostCode postCode)
 {
     base.AddObject("PostCodes", postCode);
 }
 /// <summary>
 /// Create a new PostCode object.
 /// </summary>
 /// <param name="post_Code">Initial value of the Post_Code property.</param>
 /// <param name="post_Code_Int">Initial value of the Post_Code_Int property.</param>
 public static PostCode CreatePostCode(global::System.String post_Code, global::System.Int32 post_Code_Int)
 {
     PostCode postCode = new PostCode();
     postCode.Post_Code = post_Code;
     postCode.Post_Code_Int = post_Code_Int;
     return postCode;
 }