/// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_Inbox EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_Inbox(HR_Emp_Inbox hR_Emp_Inbox)
 {
     base.AddObject("HR_Emp_Inbox", hR_Emp_Inbox);
 }
 /// <summary>
 /// Create a new HR_Emp_Inbox object.
 /// </summary>
 /// <param name="inboxID">Initial value of the InboxID property.</param>
 /// <param name="messageToEmployeeNumber">Initial value of the MessageToEmployeeNumber property.</param>
 /// <param name="messageID">Initial value of the MessageID property.</param>
 public static HR_Emp_Inbox CreateHR_Emp_Inbox(global::System.Int32 inboxID, global::System.Int64 messageToEmployeeNumber, global::System.Int32 messageID)
 {
     HR_Emp_Inbox hR_Emp_Inbox = new HR_Emp_Inbox();
     hR_Emp_Inbox.InboxID = inboxID;
     hR_Emp_Inbox.MessageToEmployeeNumber = messageToEmployeeNumber;
     hR_Emp_Inbox.MessageID = messageID;
     return hR_Emp_Inbox;
 }