public void Excluir(int idTarefa) { TarefaRepositorio rep = new TarefaRepositorio(); rep.Delete(idTarefa); }