public bool DeletePostComments(int postid)
 {
     return(context.DeletePostComments(postid));
 }