public List <PlatformVM> Get()
        {
            var platforms = platformService.GetAllPlatforms();

            return(platforms);
        }