public IEnumerable <Post> GetFollowingPosts(User user)
 {
     return(_IPostContext.GetFollowingPosts(user));
 }