public static PAPIView Start()
 {
     PAPIApplication.Start();
     ((WelcomeView)welcomeView).Open();
     return(welcomeView);
 }