/// <summary>
 /// Deprecated Method for adding a new object to the HR_LKP_BankAccountTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_LKP_BankAccountTypes(HR_LKP_BankAccountTypes hR_LKP_BankAccountTypes)
 {
     base.AddObject("HR_LKP_BankAccountTypes", hR_LKP_BankAccountTypes);
 }
 /// <summary>
 /// Create a new HR_LKP_BankAccountTypes object.
 /// </summary>
 /// <param name="bankTypeID">Initial value of the BankTypeID property.</param>
 /// <param name="bankAccountType">Initial value of the BankAccountType property.</param>
 public static HR_LKP_BankAccountTypes CreateHR_LKP_BankAccountTypes(global::System.Int32 bankTypeID, global::System.String bankAccountType)
 {
     HR_LKP_BankAccountTypes hR_LKP_BankAccountTypes = new HR_LKP_BankAccountTypes();
     hR_LKP_BankAccountTypes.BankTypeID = bankTypeID;
     hR_LKP_BankAccountTypes.BankAccountType = bankAccountType;
     return hR_LKP_BankAccountTypes;
 }