/// <summary>
 /// Deprecated Method for adding a new object to the tbl_SellerDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_SellerDetails(tbl_SellerDetails tbl_SellerDetails)
 {
     base.AddObject("tbl_SellerDetails", tbl_SellerDetails);
 }
 /// <summary>
 /// Create a new tbl_SellerDetails object.
 /// </summary>
 /// <param name="seller_Id">Initial value of the Seller_Id property.</param>
 /// <param name="sellerType_Id">Initial value of the SellerType_Id property.</param>
 /// <param name="state">Initial value of the State property.</param>
 /// <param name="city">Initial value of the City 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_SellerDetails Createtbl_SellerDetails(global::System.Int32 seller_Id, global::System.Int32 sellerType_Id, global::System.Int32 state, global::System.Int32 city, global::System.String createdBy, global::System.DateTime createdDate)
 {
     tbl_SellerDetails tbl_SellerDetails = new tbl_SellerDetails();
     tbl_SellerDetails.Seller_Id = seller_Id;
     tbl_SellerDetails.SellerType_Id = sellerType_Id;
     tbl_SellerDetails.State = state;
     tbl_SellerDetails.City = city;
     tbl_SellerDetails.CreatedBy = createdBy;
     tbl_SellerDetails.CreatedDate = createdDate;
     return tbl_SellerDetails;
 }