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