/// <summary>
 /// Deprecated Method for adding a new object to the z_AIII_Fins EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToz_AIII_Fins(z_AIII_Fin z_AIII_Fin)
 {
     base.AddObject("z_AIII_Fins", z_AIII_Fin);
 }
 /// <summary>
 /// Create a new z_AIII_Fin object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="fullName">Initial value of the FullName property.</param>
 /// <param name="contactName">Initial value of the ContactName property.</param>
 public static z_AIII_Fin Createz_AIII_Fin(global::System.String amberbrookFundNo, global::System.String fullName, global::System.String contactName)
 {
     z_AIII_Fin z_AIII_Fin = new z_AIII_Fin();
     z_AIII_Fin.AmberbrookFundNo = amberbrookFundNo;
     z_AIII_Fin.FullName = fullName;
     z_AIII_Fin.ContactName = contactName;
     return z_AIII_Fin;
 }