/// <summary>
 /// Create a new HR_CMP_LKP_StationType object.
 /// </summary>
 /// <param name="stationTypeID">Initial value of the StationTypeID property.</param>
 /// <param name="stationType">Initial value of the StationType property.</param>
 /// <param name="companyID">Initial value of the CompanyID property.</param>
 public static HR_CMP_LKP_StationType CreateHR_CMP_LKP_StationType(global::System.Int32 stationTypeID, global::System.String stationType, global::System.String companyID)
 {
     HR_CMP_LKP_StationType hR_CMP_LKP_StationType = new HR_CMP_LKP_StationType();
     hR_CMP_LKP_StationType.StationTypeID = stationTypeID;
     hR_CMP_LKP_StationType.StationType = stationType;
     hR_CMP_LKP_StationType.CompanyID = companyID;
     return hR_CMP_LKP_StationType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_CMP_LKP_StationType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_CMP_LKP_StationType(HR_CMP_LKP_StationType hR_CMP_LKP_StationType)
 {
     base.AddObject("HR_CMP_LKP_StationType", hR_CMP_LKP_StationType);
 }