class Main {

    public static void main(String argv[]) {
	IModel t = Graph.theGraph; 
	Controller c = new Controller(t); 
    }
}
