public function index()
 {
     $c = Usersgroup::get();
     return view('usersgroup')->with('usersgroup', $c);
 }