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