public int CountPosts()
 {
     return(context.CountPosts());
 }