namespace ElectricLocomotive; public enum Status { NotInit = 1, InProgress = 2, Finish = 3 }