/// <summary>
 /// Create a new Grupos object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="nombre">Initial value of the Nombre property.</param>
 public static Grupos CreateGrupos(global::System.Int16 id, global::System.String nombre)
 {
     Grupos grupos = new Grupos();
     grupos.ID = id;
     grupos.Nombre = nombre;
     return grupos;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Grupos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGrupos(Grupos grupos)
 {
     base.AddObject("Grupos", grupos);
 }