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