public static void delListStaff(PersonDestinationMovement xx)
 {
     listStaff.Remove(xx);
 }
 public static void addListStaff(PersonDestinationMovement xx)
 {
     listStaff.Add(xx);
     // Debug.Log("total list staf = "+ listStaff.Count);
 }