/// <summary>
 /// Create a new bvc_HomepageBlockItem object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="itemContent">Initial value of the ItemContent property.</param>
 /// <param name="blockID">Initial value of the BlockID property.</param>
 public static bvc_HomepageBlockItem Createbvc_HomepageBlockItem(global::System.Int32 id, global::System.Int32 sortOrder, global::System.String itemContent, global::System.Int32 blockID)
 {
     bvc_HomepageBlockItem bvc_HomepageBlockItem = new bvc_HomepageBlockItem();
     bvc_HomepageBlockItem.ID = id;
     bvc_HomepageBlockItem.SortOrder = sortOrder;
     bvc_HomepageBlockItem.ItemContent = itemContent;
     bvc_HomepageBlockItem.BlockID = blockID;
     return bvc_HomepageBlockItem;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_HomepageBlockItem EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_HomepageBlockItem(bvc_HomepageBlockItem bvc_HomepageBlockItem)
 {
     base.AddObject("bvc_HomepageBlockItem", bvc_HomepageBlockItem);
 }