/// <summary>
 /// Create a new rb_Documents_st object.
 /// </summary>
 /// <param name="itemID">Initial value of the ItemID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 public static rb_Documents_st Createrb_Documents_st(global::System.Int32 itemID, global::System.Int32 moduleID)
 {
     rb_Documents_st rb_Documents_st = new rb_Documents_st();
     rb_Documents_st.ItemID = itemID;
     rb_Documents_st.ModuleID = moduleID;
     return rb_Documents_st;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the rb_Documents_st EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_Documents_st(rb_Documents_st rb_Documents_st)
 {
     base.AddObject("rb_Documents_st", rb_Documents_st);
 }