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