/// <summary>
 /// Create a new tblKeHoachSX object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static tblKeHoachSX CreatetblKeHoachSX(global::System.Int32 id)
 {
     tblKeHoachSX tblKeHoachSX = new tblKeHoachSX();
     tblKeHoachSX.ID = id;
     return tblKeHoachSX;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the tblKeHoachSXes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblKeHoachSXes(tblKeHoachSX tblKeHoachSX)
 {
     base.AddObject("tblKeHoachSXes", tblKeHoachSX);
 }