public function destroy($id)
 {
     Country::destroy($id);
 }