public List <Post> AllePosts()
 {
     initNonExistingRepo();
     return(repo.AllePosts());
 }