public List <TEntity> RetornarTodos() { try { return(repositorio.FindAll()); } catch (Exception ex) { throw new Exception(ex.Message); } }