public void Atualizar(CargoPessoa entity)
 {
     throw new NotImplementedException();
 }
 public void Remover(CargoPessoa entity)
 {
     throw new NotImplementedException();
 }
 public CargoPessoa Adicionar(CargoPessoa entity)
 {
     throw new NotImplementedException();
 }