/// <summary>
 /// Create a new HR_GLB_LKP_NameTitle object.
 /// </summary>
 /// <param name="titleCode">Initial value of the TitleCode property.</param>
 /// <param name="titleName">Initial value of the TitleName property.</param>
 public static HR_GLB_LKP_NameTitle CreateHR_GLB_LKP_NameTitle(global::System.Int32 titleCode, global::System.String titleName)
 {
     HR_GLB_LKP_NameTitle hR_GLB_LKP_NameTitle = new HR_GLB_LKP_NameTitle();
     hR_GLB_LKP_NameTitle.TitleCode = titleCode;
     hR_GLB_LKP_NameTitle.TitleName = titleName;
     return hR_GLB_LKP_NameTitle;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_GLB_LKP_NameTitle EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_GLB_LKP_NameTitle(HR_GLB_LKP_NameTitle hR_GLB_LKP_NameTitle)
 {
     base.AddObject("HR_GLB_LKP_NameTitle", hR_GLB_LKP_NameTitle);
 }