/// <summary>
 /// Create a new seg_log_sistema object.
 /// </summary>
 /// <param name="id_log">Initial value of the id_log property.</param>
 /// <param name="fecha">Initial value of the fecha property.</param>
 public static seg_log_sistema Createseg_log_sistema(global::System.Int64 id_log, global::System.DateTime fecha)
 {
     seg_log_sistema seg_log_sistema = new seg_log_sistema();
     seg_log_sistema.id_log = id_log;
     seg_log_sistema.fecha = fecha;
     return seg_log_sistema;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the seg_log_sistema EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToseg_log_sistema(seg_log_sistema seg_log_sistema)
 {
     base.AddObject("seg_log_sistema", seg_log_sistema);
 }