public ManagerButton(MyscreenPanel msp) {
   if (!files.directoryExists()) {
     files.createDirectory();
   }
   this.msp = msp;
 }