/// <summary>
 /// Create a new HR_CMP_LKP_LeaveQouta object.
 /// </summary>
 /// <param name="leaveQuotaID">Initial value of the LeaveQuotaID property.</param>
 /// <param name="leaveQouta">Initial value of the LeaveQouta property.</param>
 public static HR_CMP_LKP_LeaveQouta CreateHR_CMP_LKP_LeaveQouta(global::System.Int32 leaveQuotaID, global::System.String leaveQouta)
 {
     HR_CMP_LKP_LeaveQouta hR_CMP_LKP_LeaveQouta = new HR_CMP_LKP_LeaveQouta();
     hR_CMP_LKP_LeaveQouta.LeaveQuotaID = leaveQuotaID;
     hR_CMP_LKP_LeaveQouta.LeaveQouta = leaveQouta;
     return hR_CMP_LKP_LeaveQouta;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_CMP_LKP_LeaveQouta EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_CMP_LKP_LeaveQouta(HR_CMP_LKP_LeaveQouta hR_CMP_LKP_LeaveQouta)
 {
     base.AddObject("HR_CMP_LKP_LeaveQouta", hR_CMP_LKP_LeaveQouta);
 }