public Startup(IConfiguration configuration) { Configuration = configuration; using (Baza db = new Baza()) db.Database.EnsureCreated(); }