public function show($id)
 {
     return Requirement::with('testCases')->find($id);
 }