public PathController(IPathLogic logic)
 {
     Logic = logic;
 }
 public PathController(IPathLogic logic)
 {
     Logic = logic;
 }