public Platform AddPlatform(Platform p)
 {
     return(repo.CreatePlatform(p));
 }