/// <summary>
 /// Create a new Identification object.
 /// </summary>
 /// <param name="collectionSpecimenID">Initial value of the CollectionSpecimenID property.</param>
 /// <param name="identificationUnitID">Initial value of the IdentificationUnitID property.</param>
 /// <param name="identificationSequence">Initial value of the IdentificationSequence property.</param>
 /// <param name="rowGUID">Initial value of the RowGUID property.</param>
 public static Identification CreateIdentification(global::System.Int32 collectionSpecimenID, global::System.Int32 identificationUnitID, global::System.Int16 identificationSequence, global::System.Guid rowGUID)
 {
     Identification identification = new Identification();
     identification.CollectionSpecimenID = collectionSpecimenID;
     identification.IdentificationUnitID = identificationUnitID;
     identification.IdentificationSequence = identificationSequence;
     identification.RowGUID = rowGUID;
     return identification;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Identification EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIdentification(Identification identification)
 {
     base.AddObject("Identification", identification);
 }