public bool DeleteReportComment(int commentid)
 {
     return(context.DeleteReportComment(commentid));
 }