public MarcaViewModel ObterMarca(int id) { var entidade = Repositorio.Get(id); return(Mapper.Map <MarcaViewModel>(entidade)); }