// GET: Anuncios
 public ActionResult Index()
 {
     return(View(context.ObterTodos()));
 }