public int getSum()
 {
     control = new WalletController();
     return(control.SumMoney());
 }