/// <summary>
 /// Create a new Flowers object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="delivered">Initial value of the Delivered property.</param>
 /// <param name="relationshipId">Initial value of the RelationshipId property.</param>
 public static Flowers CreateFlowers(global::System.Guid id, global::System.Boolean delivered, global::System.Guid relationshipId)
 {
     Flowers flowers = new Flowers();
     flowers.Id = id;
     flowers.Delivered = delivered;
     flowers.RelationshipId = relationshipId;
     return flowers;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Flowers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFlowers(Flowers flowers)
 {
     base.AddObject("Flowers", flowers);
 }