public PacienteController(FRM_AgregarPaciente frm_AgregarPaciente)
 {
     this.frm_AgregarPaciente = frm_AgregarPaciente;
     conexion = new ConexionPacientes();
     AgregarEventosPaciente();
 }
 public ConsultarPacienteController(FRM_ConsultaPaciente frm_ConsultaPaciente)
 {
     this.frm_ConsultaPaciente = frm_ConsultaPaciente;
     conexion = new ConexionPacientes();
     AgregarEventos();
 }