public AppState()
 {
     PostsState = new PostsState();
 }
 public AppState(PostsState posts)
 {
     PostsState = posts;
 }