//Xóa chức vụ
 public void deletePosition(int position)
 {
     pos.DeletePosition(position);
 }