/// <summary>
 /// Deprecated Method for adding a new object to the T_300_TestBlankVintageandFundtype EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_300_TestBlankVintageandFundtype(T_300_TestBlankVintageandFundtype t_300_TestBlankVintageandFundtype)
 {
     base.AddObject("T_300_TestBlankVintageandFundtype", t_300_TestBlankVintageandFundtype);
 }
 /// <summary>
 /// Create a new T_300_TestBlankVintageandFundtype object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 public static T_300_TestBlankVintageandFundtype CreateT_300_TestBlankVintageandFundtype(global::System.String amberbrookFundNo, global::System.String fund)
 {
     T_300_TestBlankVintageandFundtype t_300_TestBlankVintageandFundtype = new T_300_TestBlankVintageandFundtype();
     t_300_TestBlankVintageandFundtype.AmberbrookFundNo = amberbrookFundNo;
     t_300_TestBlankVintageandFundtype.Fund = fund;
     return t_300_TestBlankVintageandFundtype;
 }