public UserController(crudMysqlVSCODE.Server.AppDbContext db)
 {
     this.db = db;
 }