public Repository(AppIdentityDbContext ctx, IHostingEnvironment hostingEnvironment)
 {
     context             = ctx;
     _hostingEnvironment = hostingEnvironment;
 }