public List <PagamentoBC> ListarProdutos(PagamentoBC p)
 {
     throw new NotImplementedException();
 }
 public void RemoverProduto(PagamentoBC p)
 {
     throw new NotImplementedException();
 }
 public void CadastrarProduto(PagamentoBC p)
 {
     throw new NotImplementedException();
 }