public IQueryable <TEntity> BuscarTodos()
 {
     return(db.Set <TEntity>());
 }