public void ChangePlatform(Platform p)
 {
     repo.UpdatePlatform(p);
 }