public CategoriaViewModel ObterPorId(int id)
 {
     return(Mapper.Map <CategoriaViewModel>(_categoriaServices.ObterPorId(id)));
 }