/// <summary>
 /// Deprecated Method for adding a new object to the consigneenames EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToconsigneenames(consigneename consigneename)
 {
     base.AddObject("consigneenames", consigneename);
 }
 /// <summary>
 /// Create a new consigneename object.
 /// </summary>
 /// <param name="cmpid">Initial value of the cmpid property.</param>
 public static consigneename Createconsigneename(global::System.Int64 cmpid)
 {
     consigneename consigneename = new consigneename();
     consigneename.cmpid = cmpid;
     return consigneename;
 }