public bool GetEmailConfirmed(Account account)
 {
     return(accountRepo.GetEmailConfirmed(account));
 }