/// <summary>
 /// Create a new bvc_EventLog object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="eventTime">Initial value of the EventTime property.</param>
 /// <param name="source">Initial value of the Source property.</param>
 /// <param name="message">Initial value of the Message property.</param>
 public static bvc_EventLog Createbvc_EventLog(global::System.Int32 id, global::System.DateTime eventTime, global::System.String source, global::System.String message)
 {
     bvc_EventLog bvc_EventLog = new bvc_EventLog();
     bvc_EventLog.ID = id;
     bvc_EventLog.EventTime = eventTime;
     bvc_EventLog.Source = source;
     bvc_EventLog.Message = message;
     return bvc_EventLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_EventLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_EventLog(bvc_EventLog bvc_EventLog)
 {
     base.AddObject("bvc_EventLog", bvc_EventLog);
 }