/// <summary>
 /// Create a new vwGetLoss object.
 /// </summary>
 /// <param name="unitID">Initial value of the UnitID property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 public static vwGetLoss CreatevwGetLoss(global::System.Int32 unitID, global::System.Int32 id)
 {
     vwGetLoss vwGetLoss = new vwGetLoss();
     vwGetLoss.UnitID = unitID;
     vwGetLoss.ID = id;
     return vwGetLoss;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwGetLosses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwGetLosses(vwGetLoss vwGetLoss)
 {
     base.AddObject("vwGetLosses", vwGetLoss);
 }