public IActionResult UnReportComment(int id)
 {
     _ideationManager.RemoveReport(id);
     _unitOfWorkManager.Save();
     return(Ok());
 }