public static void Initialize(IServiceCollection services, IHostEnvironment env)
 {
     PersistanceBootstrap.Initialize(services, env);
     UnityRegistror.Register(services);
     MapperInitializer.AddProfile(new CustomerMapper());
     MapperInitializer.AddProfile(new SupplierMapper());
 }