private void printOption() { output.write("(0 - back)"); }
public void showMsg(String msg) { output.write(""); output.write(msg); }