public function get($id)
 {
     $congregations = Congregation::find($id);
     return $congregations;
 }