/// <summary>
 /// Create a new Calib object.
 /// </summary>
 /// <param name="calib_ID">Initial value of the Calib_ID property.</param>
 public static Calib CreateCalib(global::System.Guid calib_ID)
 {
     Calib calib = new Calib();
     calib.Calib_ID = calib_ID;
     return calib;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Calibs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCalibs(Calib calib)
 {
     base.AddObject("Calibs", calib);
 }