public List <AGENDA> GetAllItens(Int32 idAss) { List <AGENDA> lista = _baseService.GetAllItens(idAss); return(lista); }