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