/// <summary>
 /// Deprecated Method for adding a new object to the MANAGERs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMANAGERs(MANAGER mANAGER)
 {
     base.AddObject("MANAGERs", mANAGER);
 }
 /// <summary>
 /// Create a new MANAGER object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="encrypted">Initial value of the Encrypted property.</param>
 public static MANAGER CreateMANAGER(global::System.Int32 id, global::System.String name, global::System.String encrypted)
 {
     MANAGER mANAGER = new MANAGER();
     mANAGER.ID = id;
     mANAGER.Name = name;
     mANAGER.Encrypted = encrypted;
     return mANAGER;
 }