private int GetID (string inputText) { if (inputText != "") return 1; else if (inputText == "") return 0; }