public bool isVoted(string user_name, int ms_review)
        {
            LikeReviewPostBus bus = new LikeReviewPostBus();
            return bus.isVoted(user_name, ms_review);

        }