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