static void Main()
 {
     AutoMapperProfile.InitializeAutomapper();
     Application.Run(new BrowserForm());
 }