public void DeleteProdutoFinanceiro(object objRelayCommand)
 {
     ProdutoFinanceiro.Remove((IProdutoFinanceiro)objRelayCommand);
 }