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