/// <summary>
 /// Deprecated Method for adding a new object to the operationLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTooperationLogs(operationLog operationLog)
 {
     base.AddObject("operationLogs", operationLog);
 }
 /// <summary>
 /// Create a new operationLog object.
 /// </summary>
 /// <param name="fromOperator">Initial value of the fromOperator property.</param>
 /// <param name="toReceiver">Initial value of the toReceiver property.</param>
 /// <param name="operation">Initial value of the operation property.</param>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="time">Initial value of the time property.</param>
 public static operationLog CreateoperationLog(global::System.Int32 fromOperator, global::System.Int32 toReceiver, global::System.String operation, global::System.Int32 id, global::System.DateTime time)
 {
     operationLog operationLog = new operationLog();
     operationLog.fromOperator = fromOperator;
     operationLog.toReceiver = toReceiver;
     operationLog.operation = operation;
     operationLog.id = id;
     operationLog.time = time;
     return operationLog;
 }