// GET: Tarefas
 public ActionResult Index()
 {
     return(View(tarefaRepository.FindAll().ToList()));
 }