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