public BuilderMainFeed(Action refresh, Form form, Panel panel, int userID, int otherUserID, ProxyFacebook proxy) { feed = new Feed(refresh, form, panel, userID, otherUserID, proxy); feed.results = proxy.GetPosts(userID); }