public string GetUserSecret(string username)
 {
     Repository = new AccountRepository();
     return Repository.GetUserSecret(username);
 }