/// <summary>
 /// Deprecated Method for adding a new object to the lookupValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTolookupValues(lookupValue lookupValue)
 {
     base.AddObject("lookupValues", lookupValue);
 }
 /// <summary>
 /// Create a new lookupValue object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static lookupValue CreatelookupValue(global::System.Guid id)
 {
     lookupValue lookupValue = new lookupValue();
     lookupValue.id = id;
     return lookupValue;
 }