public List <int> GetPostsID()
 {
     return(context.GetPostsID());
 }