/// <summary>
 /// Deprecated Method for adding a new object to the OrderDashBoards EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrderDashBoards(OrderDashBoards orderDashBoards)
 {
     base.AddObject("OrderDashBoards", orderDashBoards);
 }
 /// <summary>
 /// Create a new OrderDashBoards object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="shipToID">Initial value of the shipToID property.</param>
 /// <param name="stageDT">Initial value of the stageDT property.</param>
 /// <param name="username">Initial value of the username property.</param>
 public static OrderDashBoards CreateOrderDashBoards(global::System.Int32 id, global::System.Int64 shipToID, global::System.DateTime stageDT, global::System.String username)
 {
     OrderDashBoards orderDashBoards = new OrderDashBoards();
     orderDashBoards.ID = id;
     orderDashBoards.shipToID = shipToID;
     orderDashBoards.stageDT = stageDT;
     orderDashBoards.username = username;
     return orderDashBoards;
 }