public PlatformsController(IPlatformsService platformService, IWebHostEnvironment environment)
 {
     this.platformService = platformService;
     this.environment     = environment;
 }
 public PlatformsController(IPlatformsService platformsService)
 {
     _platformsService = platformsService;
 }