/// <summary>
 /// Create a new GroupMaking object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="groupMaking_ProductGroup">Initial value of the GroupMaking_ProductGroup property.</param>
 /// <param name="printer">Initial value of the Printer property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 public static GroupMaking CreateGroupMaking(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.Int32 groupMaking_ProductGroup, global::System.String printer, global::System.String description, global::System.DateTime dateCreated)
 {
     GroupMaking groupMaking = new GroupMaking();
     groupMaking.Id = id;
     groupMaking.RowVersion = rowVersion;
     groupMaking.GroupMaking_ProductGroup = groupMaking_ProductGroup;
     groupMaking.Printer = printer;
     groupMaking.Description = description;
     groupMaking.DateCreated = dateCreated;
     return groupMaking;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GroupMakings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupMakings(GroupMaking groupMaking)
 {
     base.AddObject("GroupMakings", groupMaking);
 }