public void GetAccount()
        {
            Account sender = new Account();

            sender.GetAccount(1212, "John", 8569522226, 10000);
        }