Adding Multiple Sidebars

If your sidebar file is named sidebar-1.php the correct usage of the get_sidebar() (WP Codex) function would be:

<?php get_sidebar( '1' ); ?>