/// <summary>
 /// Create a new PrdMst object.
 /// </summary>
 /// <param name="productMasterId">Initial value of ProductMasterId.</param>
 public static PrdMst CreatePrdMst(string productMasterId)
 {
     PrdMst prdMst = new PrdMst();
     prdMst.ProductMasterId = productMasterId;
     return prdMst;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PrdMsts EntitySet.
 /// </summary>
 public void AddToPrdMsts(PrdMst prdMst)
 {
     base.AddObject("PrdMsts", prdMst);
 }