* Created by zherr on 1/22/14.
*/
public class MarriageOfficialClient {
public static void main(String args[]) {
MarriageService mService = new MarriageService();
Scanner sc = new Scanner(System.in);
System.out.println("Welcome to the Marriage client interface.");
String line = "";
System.out.println("Please enter 0 to enter a person into the system, 1 to enter marriage management, " +