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