/// <summary>
 /// There are no comments for CatPetType_1Way in the schema.
 /// </summary>
 public void AddToCatPetType_1Way(PetType_1Way petType_1Way)
 {
     base.AddObject("CatPetType_1Way", petType_1Way);
 }
 /// <summary>
 /// There are no comments for DogPetType_1Way in the schema.
 /// </summary>
 public void AddToDogPetType_1Way(PetType_1Way petType_1Way)
 {
     base.AddObject("DogPetType_1Way", petType_1Way);
 }
 /// <summary>
 /// Create a new PetType_1Way object.
 /// </summary>
 /// <param name="petTypeId">Initial value of PetTypeId.</param>
 public static PetType_1Way CreatePetType_1Way(int petTypeId)
 {
     PetType_1Way petType_1Way = new PetType_1Way();
     petType_1Way.PetTypeId = petTypeId;
     return petType_1Way;
 }