/// <summary>
 /// Deprecated Method for adding a new object to the vrights EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovrights(vrights vrights)
 {
     base.AddObject("vrights", vrights);
 }
 /// <summary>
 /// Create a new vrights object.
 /// </summary>
 /// <param name="rightsareaid">Initial value of the rightsareaid property.</param>
 /// <param name="usuarioid">Initial value of the usuarioid property.</param>
 public static vrights Createvrights(global::System.Int32 rightsareaid, global::System.Int32 usuarioid)
 {
     vrights vrights = new vrights();
     vrights.rightsareaid = rightsareaid;
     vrights.usuarioid = usuarioid;
     return vrights;
 }