public static function administrator($id)
 {
     return Administrator::where('user_id', '=', $id)->get();
 }