public void agregarDepartamento(int empId, String depNombre)
 {
     contacto.agregarDepartamento(empId, depNombre);
 }