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