/// <summary>
 /// Create a new bvc_Category object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="parentID">Initial value of the ParentID property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="metaTitle">Initial value of the MetaTitle property.</param>
 /// <param name="metaKeywords">Initial value of the MetaKeywords property.</param>
 /// <param name="metaDescription">Initial value of the MetaDescription property.</param>
 /// <param name="imageURL">Initial value of the ImageURL property.</param>
 /// <param name="bannerImageURL">Initial value of the BannerImageURL property.</param>
 /// <param name="sourceType">Initial value of the SourceType property.</param>
 /// <param name="displaySortOrder">Initial value of the DisplaySortOrder property.</param>
 /// <param name="latestProductCount">Initial value of the LatestProductCount property.</param>
 /// <param name="customPageURL">Initial value of the CustomPageURL property.</param>
 /// <param name="customPageNewWindow">Initial value of the CustomPageNewWindow property.</param>
 /// <param name="showInTopMenu">Initial value of the ShowInTopMenu property.</param>
 /// <param name="hidden">Initial value of the Hidden property.</param>
 /// <param name="templateName">Initial value of the TemplateName property.</param>
 /// <param name="postContentColumnId">Initial value of the PostContentColumnId property.</param>
 /// <param name="preContentColumnId">Initial value of the PreContentColumnId property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="rewriteUrl">Initial value of the RewriteUrl property.</param>
 /// <param name="showTitle">Initial value of the ShowTitle property.</param>
 /// <param name="criteria">Initial value of the Criteria property.</param>
 /// <param name="customPageId">Initial value of the CustomPageId property.</param>
 /// <param name="preTransformDescription">Initial value of the PreTransformDescription property.</param>
 /// <param name="keywords">Initial value of the Keywords property.</param>
 /// <param name="customerChangeableSortOrder">Initial value of the CustomerChangeableSortOrder property.</param>
 /// <param name="customPageLayout">Initial value of the CustomPageLayout property.</param>
 public static bvc_Category Createbvc_Category(global::System.String bvin, global::System.Int64 storeId, global::System.String name, global::System.String description, global::System.String parentID, global::System.Int32 sortOrder, global::System.String metaTitle, global::System.String metaKeywords, global::System.String metaDescription, global::System.String imageURL, global::System.String bannerImageURL, global::System.Int32 sourceType, global::System.Int32 displaySortOrder, global::System.Int32 latestProductCount, global::System.String customPageURL, global::System.Int32 customPageNewWindow, global::System.Int32 showInTopMenu, global::System.Int32 hidden, global::System.String templateName, global::System.String postContentColumnId, global::System.String preContentColumnId, global::System.DateTime lastUpdated, global::System.String rewriteUrl, global::System.Int32 showTitle, global::System.String criteria, global::System.String customPageId, global::System.String preTransformDescription, global::System.String keywords, global::System.Boolean customerChangeableSortOrder, global::System.Int32 customPageLayout)
 {
     bvc_Category bvc_Category = new bvc_Category();
     bvc_Category.bvin = bvin;
     bvc_Category.StoreId = storeId;
     bvc_Category.Name = name;
     bvc_Category.Description = description;
     bvc_Category.ParentID = parentID;
     bvc_Category.SortOrder = sortOrder;
     bvc_Category.MetaTitle = metaTitle;
     bvc_Category.MetaKeywords = metaKeywords;
     bvc_Category.MetaDescription = metaDescription;
     bvc_Category.ImageURL = imageURL;
     bvc_Category.BannerImageURL = bannerImageURL;
     bvc_Category.SourceType = sourceType;
     bvc_Category.DisplaySortOrder = displaySortOrder;
     bvc_Category.LatestProductCount = latestProductCount;
     bvc_Category.CustomPageURL = customPageURL;
     bvc_Category.CustomPageNewWindow = customPageNewWindow;
     bvc_Category.ShowInTopMenu = showInTopMenu;
     bvc_Category.Hidden = hidden;
     bvc_Category.TemplateName = templateName;
     bvc_Category.PostContentColumnId = postContentColumnId;
     bvc_Category.PreContentColumnId = preContentColumnId;
     bvc_Category.LastUpdated = lastUpdated;
     bvc_Category.RewriteUrl = rewriteUrl;
     bvc_Category.ShowTitle = showTitle;
     bvc_Category.Criteria = criteria;
     bvc_Category.CustomPageId = customPageId;
     bvc_Category.PreTransformDescription = preTransformDescription;
     bvc_Category.Keywords = keywords;
     bvc_Category.CustomerChangeableSortOrder = customerChangeableSortOrder;
     bvc_Category.CustomPageLayout = customPageLayout;
     return bvc_Category;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Category EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Category(bvc_Category bvc_Category)
 {
     base.AddObject("bvc_Category", bvc_Category);
 }