function getReportProblem()
 {
     $types = Report::getTypes();
     return view("frontend/contents/report/problem")->with("types", $types);
 }