public List <Platform> GetPlatforms()
 {
     return(repo.ReadPlatforms());
 }