Problem
Create a Windows application that functions like a banking account register. Separate the business logic from the presentation layer. The graphical user interface should allow the user to input the account name, number, and balance. Provide textbox objects for withdrawals and deposits. A button should be available for clicking to process withdrawal and deposit transactions showing the new balance.