public void CreateAccount(Account account)
 {
     _accountStorage.AppendAccountToFile(account);
 }