/// <summary>
 /// Método desusado para agregar un nuevo objeto al EntitySet JefeLaboratorio. Considere la posibilidad de usar el método .Add de la propiedad ObjectSet&lt;T&gt; asociada.
 /// </summary>
 public void AddToJefeLaboratorio(JefeLaboratorio jefeLaboratorio)
 {
     base.AddObject("JefeLaboratorio", jefeLaboratorio);
 }
 /// <summary>
 /// Crear un nuevo objeto JefeLaboratorio.
 /// </summary>
 /// <param name="iDJefeLaboratorio">Valor inicial de la propiedad IDJefeLaboratorio.</param>
 public static JefeLaboratorio CreateJefeLaboratorio(global::System.Int32 iDJefeLaboratorio)
 {
     JefeLaboratorio jefeLaboratorio = new JefeLaboratorio();
     jefeLaboratorio.IDJefeLaboratorio = iDJefeLaboratorio;
     return jefeLaboratorio;
 }