private void Application_Startup(object sender, StartupEventArgs e)
 {
     controller = new AppController();
     controller.Start();
 }