Problem with controller in custom folder

Hi, welcome to the Community! :tada:

In which file is this saved?

Does you file also include all the other methods of the stock Administration controller? I suppose not. You probably want to extend the other class, something like:

class CustomAdministrationController extends AdministrationController

I think you want to be going through here