public TEntity ConsultePorId(int id)
 {
     return(_repositorio.ConsultarPorId(id));
 }