public function index()
 {
     $congregations = Congregation::all();
     return $congregations;
 }