/// <summary>
 /// Create a new Paciente object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Paciente CreatePaciente(global::System.Int32 id)
 {
     Paciente paciente = new Paciente();
     paciente.Id = id;
     return paciente;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Paciente EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPaciente(Paciente paciente)
 {
     base.AddObject("Paciente", paciente);
 }
 private bool FilterPaciente(Paciente entity)
 {
     return (entity.Id == this.PacienteId);
 }