public Deelplatform GetDeelplatform(int platformId)
 {
     initNonExistingRepo();
     return(platformRepository.ReadDeelplatform(platformId));
 }