public AccountEntity GetAccountByEmail(string email) { return(_accountDAO.GetAccountByEmail(email)); }