public AccountEntity GetAccountById(int id)
 {
     return(_accountLogic.GetAccountById(id));
 }