public IEnumerable <ItemModel> GetComboItem() { return(EntityDao.GetEmpresasPermitidas().Select(e => Mapper.ToItem(e))); }