/// <summary>
 /// Create a new Person object.
 /// </summary>
 /// <param name="personId">Initial value of the PersonId property.</param>
 public static Person CreatePerson(global::System.Guid personId)
 {
     Person person = new Person();
     person.PersonId = personId;
     return person;
 }
 /// <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);
 }