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