public ShiftController(IShiftLogic logic) : base(logic)
 {
 }
 public ShiftController(IShiftLogic logic)
 {
     this.logic = logic;
 }