public IEnumerable <object> GetPacienteSelect() { try { return(repository.GetPacientesSelect()); } catch (Exception ex) { throw ex; } }