/// <summary>
 /// Create a new PERSON object.
 /// </summary>
 /// <param name="person_id">Initial value of the person_id property.</param>
 /// <param name="person_status_id">Initial value of the person_status_id property.</param>
 /// <param name="datestamp">Initial value of the datestamp property.</param>
 /// <param name="userstamp">Initial value of the userstamp property.</param>
 /// <param name="source_type">Initial value of the source_type property.</param>
 /// <param name="policy_volunteer">Initial value of the policy_volunteer property.</param>
 /// <param name="program_volunteer">Initial value of the program_volunteer property.</param>
 /// <param name="facility_volunteer">Initial value of the facility_volunteer property.</param>
 /// <param name="disabled_flag_for_fitness">Initial value of the disabled_flag_for_fitness property.</param>
 public static PERSON CreatePERSON(global::System.Int32 person_id, global::System.String person_status_id, global::System.DateTime datestamp, global::System.Int32 userstamp, global::System.Byte source_type, global::System.Int16 policy_volunteer, global::System.Int16 program_volunteer, global::System.Int16 facility_volunteer, global::System.Boolean disabled_flag_for_fitness)
 {
     PERSON pERSON = new PERSON();
     pERSON.person_id = person_id;
     pERSON.person_status_id = person_status_id;
     pERSON.datestamp = datestamp;
     pERSON.userstamp = userstamp;
     pERSON.source_type = source_type;
     pERSON.policy_volunteer = policy_volunteer;
     pERSON.program_volunteer = program_volunteer;
     pERSON.facility_volunteer = facility_volunteer;
     pERSON.disabled_flag_for_fitness = disabled_flag_for_fitness;
     return pERSON;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the People EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPeople(PERSON pERSON)
 {
     base.AddObject("People", pERSON);
 }