public bool Excluir(int IdPessoa) { if (!repositoryPessoa.ExcluirPessoa(IdPessoa)) { return(false); } return(true); }