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