/// <summary>
 /// Create a new Bitacora object.
 /// </summary>
 /// <param name="z">Initial value of the Z property.</param>
 /// <param name="p">Initial value of the P property.</param>
 /// <param name="registros">Initial value of the Registros property.</param>
 /// <param name="ciclo">Initial value of the Ciclo property.</param>
 /// <param name="fecha">Initial value of the Fecha property.</param>
 public static Bitacora CreateBitacora(global::System.Byte z, global::System.Byte p, global::System.Int32 registros, global::System.String ciclo, global::System.DateTime fecha)
 {
     Bitacora bitacora = new Bitacora();
     bitacora.Z = z;
     bitacora.P = p;
     bitacora.Registros = registros;
     bitacora.Ciclo = ciclo;
     bitacora.Fecha = fecha;
     return bitacora;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Bitacoras EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBitacoras(Bitacora bitacora)
 {
     base.AddObject("Bitacoras", bitacora);
 }