public List <ORCAMENTO> GetAllItensAdm(Int32?idAss) { List <ORCAMENTO> lista = _baseService.GetAllItensAdm(idAss); return(lista); }