//Thêm chức vụ
 public Position createPosition(Position position)
 {
     return(pos.CreatePosition(position));
 }