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