public IQueryable <Plano> GetByDDD(string id) { var _data = _planoRepository.GetByDDD(id); return((IQueryable <Plano>)_data); }