// GET: api/Anuncio
 public IEnumerable <AnuncioViewModel> Get()
 {
     return(_appService.FindAll());
 }