/// <summary>
 /// Create a new Transfer object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="columnFromId">Initial value of the ColumnFromId property.</param>
 /// <param name="columnToId">Initial value of the columnToId property.</param>
 /// <param name="reportFromId">Initial value of the ReportFromId property.</param>
 /// <param name="reportToId">Initial value of the ReportToId property.</param>
 public static Transfer CreateTransfer(global::System.Int32 id, global::System.Int32 columnFromId, global::System.Int32 columnToId, global::System.Int32 reportFromId, global::System.Int32 reportToId)
 {
     Transfer transfer = new Transfer();
     transfer.Id = id;
     transfer.ColumnFromId = columnFromId;
     transfer.columnToId = columnToId;
     transfer.ReportFromId = reportFromId;
     transfer.ReportToId = reportToId;
     return transfer;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Transfers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTransfers(Transfer transfer)
 {
     base.AddObject("Transfers", transfer);
 }