public void Load(Guid clientId, Guid practiceId, Guid bankAccountId)
 {
     PracticeId = practiceId;
     ClientId = clientId;
     ICashFlowManagerService service = new CashFlowManagerService();
     SelectedBankAccount  = service.GetBankAccount(bankAccountId);
 }