/** @throws java.lang.Exception */
 @Before
 public void setUp() throws Exception {
   controller = new MDController();
   controller.init();
 }