The object created with new FormCreate(form) is not used but discarded. Consider invoking another function instead of a constructor if you are doing this purely for side effects.
The object created with new FormList() is not used but discarded. Consider invoking another function instead of a constructor if you are doing this purely for side effects.
The object created with new Admin() is not used but discarded. Consider invoking another function instead of a constructor if you are doing this purely for side effects.