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