public bool SetPost(Post post, User user)
 {
     return(_IPostContext.SetPost(post, user));
 }