/// <summary>
 /// Create a new LvConsumed object.
 /// </summary>
 /// <param name="empLvType">Initial value of the EmpLvType property.</param>
 /// <param name="empID">Initial value of the EmpID property.</param>
 public static LvConsumed CreateLvConsumed(global::System.String empLvType, global::System.Int32 empID)
 {
     LvConsumed lvConsumed = new LvConsumed();
     lvConsumed.EmpLvType = empLvType;
     lvConsumed.EmpID = empID;
     return lvConsumed;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the LvConsumeds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLvConsumeds(LvConsumed lvConsumed)
 {
     base.AddObject("LvConsumeds", lvConsumed);
 }