/// <summary>
 /// Deprecated Method for adding a new object to the Events EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEvents(Events events)
 {
     base.AddObject("Events", events);
 }
 /// <summary>
 /// Create a new Events object.
 /// </summary>
 /// <param name="e_id">Initial value of the e_id property.</param>
 /// <param name="e_type">Initial value of the e_type property.</param>
 /// <param name="e_date">Initial value of the e_date property.</param>
 public static Events CreateEvents(global::System.Int32 e_id, global::System.Int64 e_type, global::System.DateTime e_date)
 {
     Events events = new Events();
     events.e_id = e_id;
     events.e_type = e_type;
     events.e_date = e_date;
     return events;
 }