/// <summary>
 /// Deprecated Method for adding a new object to the tbQUYENs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbQUYENs(tbQUYEN tbQUYEN)
 {
     base.AddObject("tbQUYENs", tbQUYEN);
 }
 /// <summary>
 /// Create a new tbQUYEN object.
 /// </summary>
 /// <param name="mAQUYEN">Initial value of the MAQUYEN property.</param>
 public static tbQUYEN CreatetbQUYEN(global::System.String mAQUYEN)
 {
     tbQUYEN tbQUYEN = new tbQUYEN();
     tbQUYEN.MAQUYEN = mAQUYEN;
     return tbQUYEN;
 }