/// <summary>
 /// Create a new challanout object.
 /// </summary>
 /// <param name="country">Initial value of the country property.</param>
 /// <param name="others">Initial value of the others property.</param>
 /// <param name="pkchallanid">Initial value of the pkchallanid property.</param>
 public static challanout Createchallanout(global::System.String country, global::System.String others, global::System.Int64 pkchallanid)
 {
     challanout challanout = new challanout();
     challanout.country = country;
     challanout.others = others;
     challanout.pkchallanid = pkchallanid;
     return challanout;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the challanouts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTochallanouts(challanout challanout)
 {
     base.AddObject("challanouts", challanout);
 }