/// <summary>
 /// Deprecated Method for adding a new object to the rb_Pages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_Pages(rb_Pages rb_Pages)
 {
     base.AddObject("rb_Pages", rb_Pages);
 }
 /// <summary>
 /// Create a new rb_Pages object.
 /// </summary>
 /// <param name="pageID">Initial value of the PageID property.</param>
 /// <param name="pageOrder">Initial value of the PageOrder property.</param>
 /// <param name="portalID">Initial value of the PortalID property.</param>
 /// <param name="pageName">Initial value of the PageName property.</param>
 /// <param name="mobilePageName">Initial value of the MobilePageName property.</param>
 /// <param name="showMobile">Initial value of the ShowMobile property.</param>
 /// <param name="pageDescription">Initial value of the PageDescription property.</param>
 public static rb_Pages Createrb_Pages(global::System.Int32 pageID, global::System.Int32 pageOrder, global::System.Int32 portalID, global::System.String pageName, global::System.String mobilePageName, global::System.Boolean showMobile, global::System.String pageDescription)
 {
     rb_Pages rb_Pages = new rb_Pages();
     rb_Pages.PageID = pageID;
     rb_Pages.PageOrder = pageOrder;
     rb_Pages.PortalID = portalID;
     rb_Pages.PageName = pageName;
     rb_Pages.MobilePageName = mobilePageName;
     rb_Pages.ShowMobile = showMobile;
     rb_Pages.PageDescription = pageDescription;
     return rb_Pages;
 }