public string[] GetAccounts()
 {
     return(BankAccounts.GetAccounts());
 }