public Debitor()
 {
     Client      = new Client();
     CostAccount = new CostAccount();
 }
 public Creditor()
 {
     Client      = new Client();
     CostAccount = new CostAccount();
 }