public static function departamentos($id)
 {
     return Departamento::where('pais_id', '=', $id)->get();
 }