/// <summary>
        /// Create a new C3TRequests object.
        /// </summary>
        /// <param name="reqId">Initial value of the ReqId property.</param>
        /// <param name="reqDate">Initial value of the ReqDate property.</param>
        /// <param name="reqTechNotes">Initial value of the ReqTechNotes property.</param>
        /// <param name="reqStatusId">Initial value of the ReqStatusId property.</param>
        /// <param name="reqEmployeeId">Initial value of the ReqEmployeeId property.</param>
        public static C3TRequests CreateC3TRequests(global::System.Int32 reqId, global::System.DateTime reqDate, global::System.String reqTechNotes, global::System.Int32 reqStatusId, global::System.Int32 reqEmployeeId)
        {
            C3TRequests c3TRequests = new C3TRequests();

            c3TRequests.ReqId         = reqId;
            c3TRequests.ReqDate       = reqDate;
            c3TRequests.ReqTechNotes  = reqTechNotes;
            c3TRequests.ReqStatusId   = reqStatusId;
            c3TRequests.ReqEmployeeId = reqEmployeeId;
            return(c3TRequests);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the C3TRequests EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC3TRequests(C3TRequests c3TRequests)
 {
     base.AddObject("C3TRequests", c3TRequests);
 }