protected void Application_Start()
 {
     AreaRegistration.RegisterAllAreas();
     AutofacConfiguration.Configurate();
     RouteConfig.RegisterRoutes(RouteTable.Routes);
     BundleConfig.RegisterBundles(BundleTable.Bundles);
 }