public IEnumerable <restaurante> GetByNome(string nome = "") { var data = _svc.GetByNome(nome, x => x.pratos); return(data); }