/// <summary>
 /// Create a new FL_Programs object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static FL_Programs CreateFL_Programs(global::System.Int32 id, global::System.String name, global::System.String description, global::System.Byte[] rowVersion)
 {
     FL_Programs fL_Programs = new FL_Programs();
     fL_Programs.Id = id;
     fL_Programs.Name = name;
     fL_Programs.Description = description;
     fL_Programs.RowVersion = rowVersion;
     return fL_Programs;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Programs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrograms(FL_Programs fL_Programs)
 {
     base.AddObject("Programs", fL_Programs);
 }