public Status removeLike(int like_id, int post_id) { return(PostMethods.onDeletingLike(like_id, post_id)); }