public Responsables_Calidad Edit(Responsables_Calidad model)
 {
     entities.Responsables_Calidad.Attach(model);
       entities.ObjectStateManager.ChangeObjectState(model, EntityState.Modified);
       this.Commit();
       return model;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Responsables_Calidad EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToResponsables_Calidad(Responsables_Calidad responsables_Calidad)
 {
     base.AddObject("Responsables_Calidad", responsables_Calidad);
 }
 public Responsables_Calidad Create(Responsables_Calidad model)
 {
     entities.Responsables_Calidad.AddObject(model);
       this.Commit();
       return model;
 }
 /// <summary>
 /// Create a new Responsables_Calidad object.
 /// </summary>
 /// <param name="id_responsable_calidad">Initial value of the Id_responsable_calidad property.</param>
 public static Responsables_Calidad CreateResponsables_Calidad(global::System.Int32 id_responsable_calidad)
 {
     Responsables_Calidad responsables_Calidad = new Responsables_Calidad();
     responsables_Calidad.Id_responsable_calidad = id_responsable_calidad;
     return responsables_Calidad;
 }