private static PostComment.PostDTO[] LoadPosts() { PostCommentClient pc = new PostCommentClient(); PostComment.PostDTO[] p = pc.GetAllPosts(); return(p); }