public function getAll()
 {
     $university = University::get();
     return response()->json(['error' => false, 'topic' => $university]);
 }