public BuilderLikeList(Action refresh, Form form, Panel panel, Point targetLocation, int postID, int userID, ProxyFacebook proxy) { likeComment = new LikeComment(refresh, form, panel, targetLocation, postID, userID, proxy); likeComment.likes = proxy.GetLikes(postID); }