class Menu{ void menu(){ Scanner input = new Scanner(System.in); SignUp cast = new SignUp(); int choice; while(true){ Sys