/// <summary>
 /// Deprecated Method for adding a new object to the LookupResources EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLookupResources(LookupResources lookupResources)
 {
     base.AddObject("LookupResources", lookupResources);
 }
 /// <summary>
 /// Create a new LookupResources object.
 /// </summary>
 /// <param name="lookupResourcesId">Initial value of the LookupResourcesId property.</param>
 /// <param name="lookupId">Initial value of the LookupId property.</param>
 /// <param name="languageId">Initial value of the LanguageId property.</param>
 /// <param name="text">Initial value of the Text property.</param>
 public static LookupResources CreateLookupResources(global::System.Int32 lookupResourcesId, global::System.Int32 lookupId, global::System.Int32 languageId, global::System.String text)
 {
     LookupResources lookupResources = new LookupResources();
     lookupResources.LookupResourcesId = lookupResourcesId;
     lookupResources.LookupId = lookupId;
     lookupResources.LanguageId = languageId;
     lookupResources.Text = text;
     return lookupResources;
 }