public void LikePost(Post post, User user)
 {
     _IPostContext.LikePost(post, user);
 }