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