/// <summary>
 /// Create a new HR_CMP_AS_WorkShifts object.
 /// </summary>
 /// <param name="companyID">Initial value of the CompanyID property.</param>
 /// <param name="workShiftID">Initial value of the WorkShiftID property.</param>
 /// <param name="stationID">Initial value of the StationID property.</param>
 public static HR_CMP_AS_WorkShifts CreateHR_CMP_AS_WorkShifts(global::System.Int64 companyID, global::System.Int32 workShiftID, global::System.Int32 stationID)
 {
     HR_CMP_AS_WorkShifts hR_CMP_AS_WorkShifts = new HR_CMP_AS_WorkShifts();
     hR_CMP_AS_WorkShifts.CompanyID = companyID;
     hR_CMP_AS_WorkShifts.WorkShiftID = workShiftID;
     hR_CMP_AS_WorkShifts.StationID = stationID;
     return hR_CMP_AS_WorkShifts;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_CMP_AS_WorkShifts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_CMP_AS_WorkShifts(HR_CMP_AS_WorkShifts hR_CMP_AS_WorkShifts)
 {
     base.AddObject("HR_CMP_AS_WorkShifts", hR_CMP_AS_WorkShifts);
 }