public List <AccountEntity> GetAllAccounts()
 {
     return(_accountLogic.GetAllAccounts());
 }