/// <summary>
 /// Create a new challanoutother object.
 /// </summary>
 /// <param name="itemname">Initial value of the itemname property.</param>
 /// <param name="imeino">Initial value of the Imeino property.</param>
 /// <param name="executivename">Initial value of the executivename property.</param>
 /// <param name="pkchallanid">Initial value of the pkchallanid property.</param>
 public static challanoutother Createchallanoutother(global::System.String itemname, global::System.String imeino, global::System.String executivename, global::System.Int64 pkchallanid)
 {
     challanoutother challanoutother = new challanoutother();
     challanoutother.itemname = itemname;
     challanoutother.Imeino = imeino;
     challanoutother.executivename = executivename;
     challanoutother.pkchallanid = pkchallanid;
     return challanoutother;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the challanoutothers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTochallanoutothers(challanoutother challanoutother)
 {
     base.AddObject("challanoutothers", challanoutother);
 }