/// <summary>
 /// Create a new REESTR_VEDOMOSTEI_STRG object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="bLANK_ID">Initial value of the BLANK_ID property.</param>
 public static REESTR_VEDOMOSTEI_STRG CreateREESTR_VEDOMOSTEI_STRG(global::System.Int32 id, global::System.String bLANK_ID)
 {
     REESTR_VEDOMOSTEI_STRG rEESTR_VEDOMOSTEI_STRG = new REESTR_VEDOMOSTEI_STRG();
     rEESTR_VEDOMOSTEI_STRG.ID = id;
     rEESTR_VEDOMOSTEI_STRG.BLANK_ID = bLANK_ID;
     return rEESTR_VEDOMOSTEI_STRG;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the REESTR_VEDOMOSTEI_STRG EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToREESTR_VEDOMOSTEI_STRG(REESTR_VEDOMOSTEI_STRG rEESTR_VEDOMOSTEI_STRG)
 {
     base.AddObject("REESTR_VEDOMOSTEI_STRG", rEESTR_VEDOMOSTEI_STRG);
 }