public IEnumerable <Deelplatform> GetAllDeelplatformen()
 {
     initNonExistingRepo();
     return(platformRepository.ReadAllDeelplatformen());
 }