public string GetContent(int postId)
        {
            var rep = new PostsRepository();

            return(rep.GetContent(postId));
        }