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