/// <summary>
 /// Deprecated Method for adding a new object to the tbl_SellerType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_SellerType(tbl_SellerType tbl_SellerType)
 {
     base.AddObject("tbl_SellerType", tbl_SellerType);
 }
 /// <summary>
 /// Create a new tbl_SellerType object.
 /// </summary>
 /// <param name="sellerType_Id">Initial value of the SellerType_Id property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 public static tbl_SellerType Createtbl_SellerType(global::System.Int32 sellerType_Id, global::System.String createdBy, global::System.DateTime createdDate)
 {
     tbl_SellerType tbl_SellerType = new tbl_SellerType();
     tbl_SellerType.SellerType_Id = sellerType_Id;
     tbl_SellerType.CreatedBy = createdBy;
     tbl_SellerType.CreatedDate = createdDate;
     return tbl_SellerType;
 }