public void insertarPaciente(PacientesEntidad pa) { PacienteLogica paciente = new PacienteLogica(); paciente.Nuevo(pa); }