/// <summary>
 /// Create a new tblAuditLog object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="ownerId">Initial value of the OwnerId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="module">Initial value of the Module property.</param>
 /// <param name="action">Initial value of the Action property.</param>
 /// <param name="iM_DateCreated">Initial value of the IM_DateCreated property.</param>
 public static tblAuditLog CreatetblAuditLog(global::System.Guid id, global::System.String ownerId, global::System.String userId, global::System.String module, global::System.String action, global::System.DateTime iM_DateCreated)
 {
     tblAuditLog tblAuditLog = new tblAuditLog();
     tblAuditLog.Id = id;
     tblAuditLog.OwnerId = ownerId;
     tblAuditLog.UserId = userId;
     tblAuditLog.Module = module;
     tblAuditLog.Action = action;
     tblAuditLog.IM_DateCreated = iM_DateCreated;
     return tblAuditLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the tblAuditLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblAuditLog(tblAuditLog tblAuditLog)
 {
     base.AddObject("tblAuditLog", tblAuditLog);
 }