/// <summary>
 /// Create a new HR_GLB_LKP_Banks object.
 /// </summary>
 /// <param name="bankID">Initial value of the BankID property.</param>
 /// <param name="bankName">Initial value of the BankName property.</param>
 /// <param name="bankAddressID">Initial value of the BankAddressID property.</param>
 /// <param name="isNationalBank">Initial value of the IsNationalBank property.</param>
 public static HR_GLB_LKP_Banks CreateHR_GLB_LKP_Banks(global::System.Int32 bankID, global::System.String bankName, global::System.Int32 bankAddressID, global::System.String isNationalBank)
 {
     HR_GLB_LKP_Banks hR_GLB_LKP_Banks = new HR_GLB_LKP_Banks();
     hR_GLB_LKP_Banks.BankID = bankID;
     hR_GLB_LKP_Banks.BankName = bankName;
     hR_GLB_LKP_Banks.BankAddressID = bankAddressID;
     hR_GLB_LKP_Banks.IsNationalBank = isNationalBank;
     return hR_GLB_LKP_Banks;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_GLB_LKP_Banks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_GLB_LKP_Banks(HR_GLB_LKP_Banks hR_GLB_LKP_Banks)
 {
     base.AddObject("HR_GLB_LKP_Banks", hR_GLB_LKP_Banks);
 }