If you could please assist me with this C# assignment.Screenshots would be greatly appreciated! Create a Windowsapplication using C# visual studio that functions like a bankingaccount register. The graphical user interface should initiallyallow the user to input the account name, number, and initialbalance. Ensure that the full name is entered for the customer andthat only numeric values are entered for number fields when theCreate Account button is selected. Separate the business logic fromthe presentation layer by creating a Customer class. Include adeposit to and withdraw from methods in the Customer class to keepthe balance updated. After an object of the
OR
OR