public int Add(String firstName, String lastName) { BankService service = new BankService(); return(service.AddCustomer(firstName, lastName)); }