/// <summary>
 /// Deprecated Method for adding a new object to the HR_GLB_LKP_RelationType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_GLB_LKP_RelationType(HR_GLB_LKP_RelationType hR_GLB_LKP_RelationType)
 {
     base.AddObject("HR_GLB_LKP_RelationType", hR_GLB_LKP_RelationType);
 }
 /// <summary>
 /// Create a new HR_GLB_LKP_RelationType object.
 /// </summary>
 /// <param name="relationID">Initial value of the RelationID property.</param>
 /// <param name="relationName">Initial value of the RelationName property.</param>
 public static HR_GLB_LKP_RelationType CreateHR_GLB_LKP_RelationType(global::System.Int32 relationID, global::System.String relationName)
 {
     HR_GLB_LKP_RelationType hR_GLB_LKP_RelationType = new HR_GLB_LKP_RelationType();
     hR_GLB_LKP_RelationType.RelationID = relationID;
     hR_GLB_LKP_RelationType.RelationName = relationName;
     return hR_GLB_LKP_RelationType;
 }