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