/// <summary>
 /// Create a new ExPrdColor object.
 /// </summary>
 /// <param name="colorId">Initial value of ColorId.</param>
 public static ExPrdColor CreateExPrdColor(long colorId)
 {
     ExPrdColor exPrdColor = new ExPrdColor();
     exPrdColor.ColorId = colorId;
     return exPrdColor;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ExPrdColors EntitySet.
 /// </summary>
 public void AddToExPrdColors(ExPrdColor exPrdColor)
 {
     base.AddObject("ExPrdColors", exPrdColor);
 }