public int CountLikes(int postId)
 {
     return(context.CountLikes(postId));
 }