public void AddDeelplatform(Deelplatform newPlatform)
 {
     initNonExistingRepo();
     platformRepository.CreateDeelplatform(newPlatform);
 }